Anonymous CVS access
This project supports anonymous checkout. You can checkout the code with the following command:
cvs -d :pserver:anonymous@mambo-code.org:/cvsroot/unix login
cvs -d :pserver:anonymous@mambo-code.org:/cvsroot/unix checkout modulename
Developer CVS Access via SSH
For developers, or those who need to commit to the repository, secure SSH checkout is required. This means you must generate a SSH key, and upload the SSH key into your your account. Go to the 'My Stuff' tab and choose 'Edit SSH Keys'. Paste your public key there and a cronjob will run within an hour to place it on the server.
export CVS_RSH=ssh
cvs -d :ext:developername@mambo-code.org:/cvsroot/unix checkout modulename
Web Hosting provided by Network Redux.

