Go to the first, previous, next, last section, table of contents.
This is a list of the keywords that RCS currently
(in release 5.6.0.1) supports:
$Author$
-
The login name of the user who checked in the revision.
$Date$
-
The date and time (UTC) the revision was checked in.
$Header$
-
A standard header containing the full pathname of the
RCS file, the revision number, the date (UTC), the
author, the state, and the locker (if locked). Files
will normally never be locked when you use CVS.
$Id$
-
Same as
$Header$
, except that the RCS
filename is without a path.
$Name$
-
Tag name used to check out this file.
$Locker$
-
The login name of the user who locked the revision
(empty if not locked, and thus almost always useless
when you are using CVS).
$Log$
-
The log message supplied during commit, preceded by a
header containing the RCS filename, the revision
number, the author, and the date (UTC). Existing log
messages are not replaced. Instead, the new log
message is inserted after
$Log:...$
.
Each new line is prefixed with a comment leader
which RCS guesses from the file name extension.
It can be changed with cvs admin -c
.
See section admin options. This keyword is useful for
accumulating a complete change log in a source file,
but for several reasons it can be problematic.
See section Problems with the $Log$ keyword..
$RCSfile$
-
The name of the RCS file without a path.
$Revision$
-
The revision number assigned to the revision.
$Source$
-
The full pathname of the RCS file.
$State$
-
The state assigned to the revision. States can be
assigned with
cvs admin -s
---See section admin options.
Go to the first, previous, next, last section, table of contents.