To access the CVS repository you will need a username and password provided by SSRL. CVS does not provide secure encryption, so the CVS account will not be related to an actual SSRL computer account.
Follow these steps to check out a project from CVS.
cvs -d :pserver:yourusername@smb.slac.stanford.edu:/home/code/repository login Logging in to :pserver:yourusername@smb.slac.stanford.edu:2401/home/code/repository CVS password:
cvs -d :pserver:yourusername@smb.slac.stanford.edu:/home/code/repository checkout projectName
cd projectName
cvs diff -r HEAD' will compare your latest version against
SSRL's latest version.
Note: In this documentation it will be necessary for external collaborators to
change all of the example 'cvs checkout' commands to the full pserver
style command:
cvs -d :pserver:yourusername@smb.slac.stanford.edu:/home/code/repository checkout