set the CVSROOT

Bash versions

export CVSROOT=username@sitzmar.com:/home/cs496/cvs
for remote connections
export CVSROOT=/home/cs496/cvs
for local connections on sitmar.com

Tcsh versions

setenv CVSROOT username@sitzmar.com:/home/cs496/cvs
setenv CVSROOT /home/cs496/cvs

Example Usage

Check out a new project

cvs co game

Update your working directory to catch other peoples changes

cvs up

Use this to purge old directories after cvs remove and get a slightly more complete udpate

cvs -q up -dP

Check in your changes

cvs ci

View changes you have made that aren't in cvs yet

cvs diff

Add files or directories

cvs add new_source.cpp

 
cvs_guide.txt · Last modified: 2006/10/08 12:56 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki