TWiki home TWiki > Team1 > CvsInstructions ( vs. r1.1) TWiki webs:
Main | TWiki | Know | Sandbox
Team1 . { Changes | Index | Search | Go }
 <<O>>  Difference Topic CvsInstructions (r1.1 - 04 Oct 2004 - AaronArvey)
Added:
>
>

%META:TOPICINFO{author="AaronArvey" date="1096879520" format="1.0" version="1.1"}% %META:TOPICPARENT{name="ProjectTwo"}% 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 . { View | Diffs | r1.1 | More }
Revision -
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.