2.2. Basic commands

Again just making it clear

To Checkout CVS as a developer, you will type:

cvs -z3 -ddude@subversions.gnu.org:/cvsroot/gnumed/ co gnumed

To update your tree, you will type:
cvs -z3 -ddude@subversions.gnu.org:/cvsroot/gnumed/ update -d [-P] gnumed
      
You might want to use the -P option, which removes empty directories from your copy of the CVS.

To commit your changes, type:

cvs -z3 -ddude@subversions.gnu.org:/cvsroot/gnumed/ commit gnumed

Remember that you will be asked for your passphrase. This is different from your password to savannah.gnu.org