MPE/iX Shell and Utilities Reference Manual, Vol 2

rlog(1) MPE/iX Shell and Utilities rlog(1)
NAME
rlog — display info about RCS files
SYNOPSIS
rlog [–b][–ddates][–Ffile...][–H][–h][–L[lockers]] [–l[lockers]] [–O]
[–R][–rrevisions][–sstates][–T][–t][–w[authors]] [–Yfile] file ...
DESCRIPTION
Note: The
MPE/iX implementation of this utility does not function exactly as this man page
describes. For details, see the MPE/iX NOTES section at the end of this man page.
rlog prints information about RCS files. Each file may be either an RCS file or a working file.
rlog displays the following information for each RCS file: RCS file name, working file name,
head (that is, the number of the latest revision on the trunk), default branch, access list, locks,
symbolic names, suffix, total number of revisions, number of revisions selected for display,
file format, and descriptive text. This is followed by entries for the selected revisions in
reverse chronological order for each branch. For each revision, rlog displays revision num-
ber, author, date/time, state, number of lines or bytes added/deleted (with respect to the previ-
ous revision), locker of the revision (if any), and log message.
Options
Without options, rlog displays complete information. The following options restrict this
output.
–b displays information about the revisions on the default branch (normally the highest
branch on the trunk).
–ddates
displays information about revisions with a check-in date/time in the ranges given by
the semicolon-separated list of dates. A range of the form d1<d2 or d2>d1 selects the
revisions that were deposited between d1 and d2. A range of the form <d or d>
selects all revisions dated d or earlier. A range of the form d< or >d selects all revi-
sions dated d or later. A range of the form d selects the single, latest revision dated d
or earlier. The date/time strings d, d1, and d2 are in the free format explained in
co(1). Quoting is normally necessary, especially for < and >. The separator is a
semicolon.
–Ffile...
provides an alternate way to specify file names. The given file is a text file contain-
ing a list of file names, one file name per line. rlog checks all the files named in
file, using the options specified on the command line. Multiple –F options may be
specified on the command line, and can either be grouped together or interspersed
between options.
1-488 Commands and Utilities