Name

log — Synonym: lo

Synopsis

cvs [cvs-options] log [-bhlNRSt] [-d dates] [-r[revisions]] [-s states]
 [-w[usernames]] [files...]

Displays 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 available. See also rlog.

Command options

-b

Display information only about 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 Chapter 11. 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 or date2<date1

Select all revisions between the two dates.

date1>=date2 or date2<=date1

Select all revisions on or between the two dates.

date> or <date

Select all revisions earlier than date.

date>= or <=date

Select all revisions on or earlier than date.

date< or >date

Select all revisions later than date.

date<= or >=date

Select all revisions on or later than date.

date

Select all revisions on date.

-h

Print only the header information for a file, not the description, the log messages, or revision information.

-l

Run log on the local directory only. (Do ...

Get Essential CVS now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.