
log | 827
CVS
This is the Title of the Book, eMatter Edition
Copyright © 2006 O’Reilly & Associates, Inc. All rights reserved.
kserver
cvs [cvs-options] kserver
Run the repository-server end of a Kerberos 4 connection. The cvs
kserver command must be called from inetd or an equivalent
server daemon. See also pserver.
Synonyms: none
log
cvs [cvs-options] log [options] [files ...]
Display information about the files in the current sandbox or the
files specified as parameters. The information this command
provides is part of the header section of the files in the repository.
This command also provides information from the log messages
created when files are imported or changes are committed.
With no options, cvs log displays all the information it has avail-
able. See also rlog.
Synonym: lo
Standard subcommand options: -l
Options
-b Display information about only the revisions on the default
branch, normally the trunk.
-d dates
Display information only on revisions checked in on or
between the dates or times provided. Date and time formats
are listed in the earlier section “Dates.” More than one date
range can be given; ranges must be separated by semicolons.
Date ranges can be specified according to the following list:
date1>date2, date2<date1
Select all revisions between the two dates.
date1>=date2, date2<=date1
Select all revisions on or between the two dates.
date>, <date
Select all revisions earlier than date ...