CVS access is provided via the SourceForge system. General instructions for how to access the source
code via anonymous CVS are available here. The following is a summary for accessing the Whitebeam CVS repository and assumes that you have CVS installed on your system. SourceForge supports both pserver access and SSH access, for which you will need a suitable
SSH client. This project's SourceForge.net CVS repository can be checked out through anonymous (pserver) CVS
with the following operations. When prompted for a password for anonymous, simply press the Enter
key.
cvs -d:pserver:anonymous@whitebeam.cvs.sourceforge.net:/cvsroot/whitebeam login
cvs -z3 -d:pserver:anonymous@whitebeam.cvs.sourceforge.net:/cvsroot/whitebeam co -P whitebeam
Updates from within the module's directory do not need the -d parameter. |