TWiki home TWiki > Team1 > ProjectTwo > CvsInstructions TWiki webs:
Main | TWiki | Know | Sandbox
Team1 . { Changes | Index | Search | Go }
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

Topic CvsInstructions . { Edit | Attach | Ref-By | Printable | Diffs | r1.1 | More }
Revision r1.1 - 04 Oct 2004 - 08:45 GMT - AaronArvey
Parents: WebHome > ProjectTwo
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.