$Id: cvs-guide.txt,v 1.1 2004/01/10 23:01:27 niko_schmuck Exp $ ================================================== Some notes about using CVS for the Informa project -------------------------------------------------- (To make hopefully life easier and motivate usage of branches and tags wisely :-) ================================================== Create a branch from the given release (server-side): cvs rtag -r -b informa Checkout a specified release/branch into a named directory: cvs -z3 -d:ext:@cvs.sourceforge.net:/cvsroot/informa co -r -d informa-0.4.5 informa Checkout module informa (main trunk aka HEAD): cvs -z3 -d:ext:@cvs.sourceforge.net:/cvsroot/informa co -d informa informa Merge in difference between local revision and mentioned revision/branch: cvs update -j -- Should be used with care: Delete a tag/branch name from CVS: cvs rtag -d informa