Anonymous CVS Access

Note: CVS has been migrated on 2004 June, 5th. Make sure to update your own tools with the following information.

    cvs -d :pserver:anonymous@cvs.aspectwerkz.codehaus.org:/home/projects/aspectwerkz/scm login

    cvs -z3 -d :pserver:anonymous@cvs.aspectwerkz.codehaus.org:/home/projects/aspectwerkz/scm co aspectwerkz3
                
Updates from within the module's directory do not need the -d parameter.

Developer CVS Access via SSH

Only project developers can access the CVS tree via this method. SSH2 must be installed on your client machine. Substitute developername with the proper value. Enter your site password when prompted.

    export CVS_RSH=ssh

    cvs -z3 -d :pserver:developername@cvs.aspectwerkz.codehaus.org:/home/projects/aspectwerkz/scm co aspectwerkz3