Accessing CVS directly
- OLD Ariadne >
- Developers >
- SVN / CVS >
CVS Support has ended since 3 may 2005.
The repository has been brought up-to-date till that date, and will not be updated anymore.
You can download the latest development version of Ariadne from our CVS server using a public read-only cvs account.
Our CVS server can be contacted via host 'ariadne.muze.nl', with login 'guest' and password 'guest'. It runs on the default port '2401'.
If you use the default cvs system for linux, you can access it using:
cvs -d:pserver:guest@ariadne.muze.nl:/var/cvs login
The password is 'guest'. You may need to run the above command twice.
cvs -z3 -d:pserver:guest@ariadne.muze.nl:/var/cvs co ariadne
If you later want to get a newer version of the code do:
cvs update -d ariadne
in the same directory you initially did the checkout.
If you have any questions you can contact us at info@muze.nl, but read the FAQ or the newsgroups at news.muze.nl first.