| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
By default, log prints all information that is
available. All other options restrict the output. Note that the revision
selection options (-d, -r, -s, and -w) have no
effect, other than possibly causing a search for files in Attic directories,
when used in conjunction with the options that restrict the output to only
log header fields (-b, -h, -R, and -t)
unless the -S option is also specified.
-bPrint information about the revisions on the default branch, normally the highest branch on the trunk.
-d datesPrint information about revisions with a checkin date/time in the range given by the semicolon-separated list of dates. The date formats accepted are those accepted by the `-D' option to many other CVS commands (see section Common command options). Dates can be combined into ranges as follows:
d1<d2d2>d1Select the revisions that were deposited between d1 and d2.
<dd>Select all revisions dated d or earlier.
d<>dSelect all revisions dated d or later.
dSelect the single, latest revision dated d or earlier.
The `>' or `<' characters may be followed by `=' to indicate an inclusive range rather than an exclusive one.
Note that the separator is a semicolon (;).
-hPrint only the name of the RCS file, name of the file in the working directory, head, default branch, access list, locks, symbolic names, and suffix.
-lLocal; run only in current working directory. (Default is to run recursively).
-NDo not print the list of tags for this file. This option can be very useful when your site uses a lot of tags, so rather than "more"'ing over 3 pages of tag information, the log information is presented without tags at all.
-RPrint only the name of the RCS file.
-rrevisionsPrint information about revisions given in the comma-separated list revisions of revisions and ranges. The following table explains the available range formats:
rev1:rev2Revisions rev1 to rev2 (which must be on the same branch).
rev1::rev2The same, but excluding rev1.
:rev::revRevisions from the beginning of the branch up to and including rev.
rev:Revisions starting with rev to the end of the branch containing rev.
rev::Revisions starting just after rev to the end of the branch containing rev.
branchAn argument that is a branch means all revisions on that branch.
branch1:branch2branch1::branch2A range of branches means all revisions on the branches in that range.
branch.The latest revision in branch.
A bare `-r' with no revisions means the latest revision on the default branch, normally the trunk. There can be no space between the `-r' option and its argument.
-SSuppress the header if no revisions are selected.
-s statesPrint information about revisions whose state attributes match one of the states given in the comma-separated list states. Individual states may be any text string, though CVS commonly only uses two states, `Exp' and `dead'. See admin options for more information.
-tPrint the same as `-h', plus the descriptive text.
-wloginsPrint information about revisions checked in by users with login names appearing in the comma-separated list logins. If logins is omitted, the user's login is assumed. There can be no space between the `-w' option and its argument.
log prints the intersection of the revisions
selected with the options `-d', `-s', and
`-w', intersected with the union of the revisions
selected by `-b' and `-r'.
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This document was generated on September, 14 2007 using texi2html 1.76.