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 Log keyword.
$RCSfile$$Revision$$Source$$State$cvs admin -s—see admin options.