![]() |
CVS for |
![]() |
In order to download the current CVS version of
export CVSROOT=:pserver:the_username@cvs.mathemagix.org:/mathemagix export CVS_RSH=ssh
For read-only access, you should use anonymous for the_username. Now log in using
cvs login
and checkout the source code using
cvs co mml cvs co mmx
The mml directory contains the sources for
In order to commit changes by CVS, you first need an account on cvs.mathemagix.org. This is done as follows:
Encrypt your password by typing the following line in a shell:
perl -e 'print crypt ("password","SAlt"), "\n"'
If key is the encrypted password returned at step 2, then send us an email with the line
username:key
Alternatively, you may create the line username:key using the web-interface at
http://www.cri74.org/services/crypt.php3
Please also tell us what kind of changes you plan to make, so that we can give you write-permissions to the appropriate parts of the CVS-tree.
For users with a CVS account, we highly prefer you to use crypted
access using
export CVSROOT=:ext:the_username@cvs.mathemagix.org:/mathemagix export CVS_RSH=ccvssh