to get repository for the first time:
cvs -d/cs/cs121/2004/fall/team1/CVS checkout project2
to add a file/directory:
cvs -d/cs/cs121/2004/fall/team1/CVS add
to update your code so that you have everyone's code:
cvs -d/cs/cs121/2004/fall/team1/CVS update
to checkin code you have written:
cvs -d/cs/cs121/2004/fall/team1/CVS update
(make sure all conflicts that occured by the update are handled before the commit)
cvs -d/cs/cs121/2004/fall/team1/CVS commit
-- AaronArvey - 04 Oct 2004