
rtag | 833
CVS
This is the Title of the Book, eMatter Edition
Copyright © 2006 O’Reilly & Associates, Inc. All rights reserved.
-N Do not list the tags (the symbolic names).
-r[revisions]
Provide information on only revisions in the ranges provided.
More than one revision range can be given; ranges must be
separated by commas. There must be no space between the -r
and its argument. If no range is provided, the latest revision on
the default branch, normally the trunk, is used. The possible
values for revisions are the same as for log (see log).
-R Display the name of the repository copy of the file only.
-s states
Display only revisions with states that match one of the states
in the comma-separated list.
-S Do not display header information of a file if there are no revi-
sions to display.
-t Print only the header information of a file and its description,
not the log messages or revision information.
-w[usernames]
Display only revisions committed by the usernames in the
comma-separated list. If there are no usernames listed, the
revisions committed by the current user are displayed. There
can be no space between -w and its argument.
rtag
cvs [cvs-options] rtag [options] tagname files ...
Mark a revision of a single file with a meaningful name, or mark a
set of revisions of multiple files so that they can all be retrieved
easily as a group. Tagnames must begin with a letter and may
contain only alphanumeric ...