Linux Users of Victoria meeting
Tuesday, 3rd June 1997
,v" appended,
usually in a subdirectory named "RCS"
co <file>"
-r<version>"
-l"
-d<date>"
ci <file>"
-l"
-u"
-n<name>"
<name> to the checked in version
rlog <file>"
Compare versions - "rcsdiff <file>"
rcsmerge"
Identify keyword strings - "ident"
1.3
1.3 might be 1.3.2.4
1.3.2.4 might be 1.3.2.4.1.1
CVSROOT environment
variable, or as a command-line option)
CVS" to store some
administrative files
cvs checkout <modules>"
<modules>
-r <tag>"
-D <date>"
cvs update [<files>]"
-r <tag>"
-D <date>"
-A"
-d"
cvs commit [<files>]"
-r <revision>"
cvs add <files>"
<files> for addition to the repository on next commit
cvs remove <files>"
<files> for deletion from the repository (actually just
moves it to an "Attic") - you must have deleted the files first
cvs release"
cvs checkout", discarding any changes
-d"
cvs log [<files>]"
cvs diff [<files>]"
diff" on two versions of files
-r" and "-D" options
cvs status [<files>]"
cvs import <repository> <vendortag> <releasetag>"
cvs export"
-r <tag>"
-D <date>"
cvs init"
cvs tag <tag> [<files>]"
<tag> to the current versions of files
-b"
-d"
cvs annotate <files>"
-r <tag>"
-D <date>"
ftp://ftp.gnu.org/pub/gnu/rcs/rcs-5.7.tar.gz
ftp://ftp.gnu.org/pub/gnu/cvs/cvs-1.9.tar.gz