This is a list of the keywords:
$Author$
$Date$
$Header$
$Id$
$Header$
, except that the RCS
filename is without a path.
$Name$
cvs
co -r first
, the keyword expands to `Name: first'.
$Locker$
cvs admin -l
is in use).
$Log$
$Log:...$
.
Each new line is prefixed with the same string which
precedes the $Log
keyword. For example, if the
file contains
/* Here is what people have been up to: * * $Log: frob.c,v $ * Revision 1.1 1997/01/03 14:23:51 joe * Add the superfrobnicate option * */then additional lines which are added when expanding the
$Log
keyword will be preceded by ` * '.
Unlike previous versions of CVS and RCS, the
comment leader from the RCS file is not used.
The $Log
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$
$Revision$
$Source$
$State$
cvs admin -s
---see section admin options.
Go to the first, previous, next, last section, table of contents.