F05 SENG 411 CVS

From Craig

CVS

The following is a document which outlines CVS:

Description of CVS (http://pages.cpsc.ucalgary.ca/~schock/courses/f05/seng411/notes/cvs/CVS.html)


Logging In to CVS

To log in to CVS, set your CVSROOT environment variable to:

export CVSROOT=":pserver:name@cvs.cpsc.ucalgary.ca:/scrinium/group"


Where name is your CPSC login name

and group is your group number from the following list:

s411g01
s411g02
s411g03
s411g04
s411g06
s411g07
s411g08
s411g09
s411g10
s411g11
s411g12


$cvs login

The system will prompt you for a password. If you provide the correct password, the system will create the .cvspass in your home directory.