Name

rlog — Synonym: rl

Synopsis

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

The rlog command is a remote version of the log command. rlog works without a sandbox and requires a file, directory, or module name from the repository.

See also log.

Command options

-b

Provide information only about the revisions or a file on the default branch, normally the highest branch on the trunk.

-d dates

Provide information only on revisions of a file that were checked in on or between the dates or times provided. Date formats are listed 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, not the description, log messages, or revision information.

-l

Run rlog on the local directory only. (Do not recurse into subdirectories.)

-N

Do not list the tags (the symbolic names).

-r[revisions]

Provide only information on revisions in the ranges provided. More than one revision range can be given; ranges must ...

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.