cvs checkout in custom directory
November 3, 2008
Leave a comment
cvs co -d dir_name company/project
Categories: cvs
cvs co -d dir_name company/project
Let say we have the following directory structure
cvs add project
find . -type d -print | grep -v CVS | xargs cvs add
find . -type f -print | grep -v CVS | grep “^\.\/” |xargs cvs add
cvs -d :pserver:username@server:/usr/local/cvsroot checkout project
cvs up -j 1.43 -j 1.42 classes/someClass.php
cvs diff -u -r 1.42 -r 1.43 classes/someClass.php