TWiki . Team1 . CvsInstructions

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

----- Revision r1.1 - 04 Oct 2004 - 08:45 GMT - AaronArvey
Copyright © 1999-2003 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback.