
830
|
Chapter 13: The Concurrent Versions System (CVS)
This is the Title of the Book, eMatter Edition
Copyright © 2006 O’Reilly & Associates, Inc. All rights reserved.
Synonyms: ra, rann
Standard subcommand options: -D, -f, -l, -r, -R
Options
-F Show annotations for binary files.
Example
$ cvs rannotate wizzard/Makefile
Annotations for wizzard/Makefile
***************
1.2 (arnold 01-Sep-02): #
1.2 (arnold 01-Sep-02): # Makefile for the Wizzard
project
1.2 (arnold 01-Sep-02): # Created by A Robbins, 1
September 2002
rdiff
cvs [cvs-options] rdiff [options] projects ...
Create output that can be redirected into a file and used with the
GNU (or equivalent) patch program. The output goes to the stan-
dard output. rdiff operates directly from the repository and does
not need to be used from a sandbox. It does, however, require a
filename, directory name, or module name as an argument, and
you must specify one or two revisions or dates. If you specify one
revision or date, rdiff calculates the differences between that date
and the current (HEAD) revision. If two dates are specified, rdiff
calculates the differences between the two. See also diff.
Synonyms: pa, patch
Most people use rdiff to make a file to use with patch.If
you’re using a patch file that was created over more than
one directory, you may need to use the -p option to
patch, so that it can find all the appropriate directories.
Standard subcommand options: ...