2009 Mar 02
Letter | Meaning |
---|---|
A | Commit (an added file) |
C | Update (file merged but has conflicts with modified file |
E | Export |
F | Release |
G | Update (file merged into modified file |
M | Commit (from modified file) |
O | Checkout |
R | Commit (removal of a file) |
T | Tag |
U | Update (file overwrote unmodified file |
W | Update (no user file, remove from entries file |
Keyword | Meaning |
---|---|
$Author$ | Author of the change |
$Date$ | Date and time of the change (GMT) |
$Header$ | Full path to file in repository, revision, data/time (in GMT), author, state and locker |
$Id$ | Same as $Header$ but without full path |
$Locker$ | Name of person who has a lock on this revision (if any) |
$Log$ | Log message of this revision, alon with revision number, date/time and author.Unlike other keywords this creates |
$Name$ | Name of sticky tag |
$Revision$ | Revision number |
$Source$ | Full path to file in repository |
$State$ | State of revsision (e.g. Exp) |
Environment Variable | Meaning |
---|---|
$CVSROOT | Top of repository |
$CVSEDITOR $VISUAL $EDITOR | Editor CVS uses for log message |
$USER | User running CVS (on server side) |
2006-2009