[Waste-first] [Jhs-mail] CVS Command line reference

Kirkpatrick, Ivan Ivan.Kirkpatrick@dep.state.fl.us
Mon, 20 Jun 2005 17:33:15 -0400


A good online reference for CVS commands can be found here

http://www.badgertronics.com/writings/cvs/command-line.html

One of the better commands to know is cvs -H [cvs-command].  This will
display the help for any of the cvs commands.

to checkout a specific file version for example

cvs checkout -r 1.146 arm-pars/dist/arm-pars-1.0.0.ear

to label a file version with a convenient label like DEMO

cvs tag -r 1.146 DEMO arm-pars/dist/arm-pars-1.0.0.ear

I encourage all to exercise cvs commands on the Integration server in =
your
own home directories.

Ivan S Kirkpatrick

_______________________________________________
Jhs-mail mailing list
Jhs-mail@lists.dep.state.fl.us
http://lists.dep.state.fl.us/cgi-bin/mailman/listinfo/jhs-mail