CVS
From Notes
Contents |
Start a new repository
1. In your cvs root, create the initial directory and then run the following command from the cvs root:
cvs init
2. You can then check out that directory from any other location, then modify and check in the contents.
Import contents of cwd into a CVS repository
cvs import -m "Log Message" <cvs location> LAL yay
Checkout earlier copy of files
cvs co -D 'Mar 16' cfengine
list modules available
cvs co -c
show difference between two revisions
$ cvs diff -r 1.2 -r 1.3 master/netbackup/exclude_list
