home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d2xx
/
d282
/
rcs.lha
/
RCS
/
rcs.zoo
/
rcs
/
doc
/
rlog.1l.doc
< prev
Wrap
Text File
|
1989-10-20
|
6KB
|
199 lines
RLOG(1L) UNKNOWN SECTION OF THE MANUAL RLOG(1L)
NAME
rlog - print log messages and other information about RCS
files
SYNOPSIS
rlog [ options ] file ...
DESCRIPTION
_R_l_o_g prints information about RCS files. Files ending in
`,v' are RCS files, all others are working files. If a work-
ing file is given, _r_l_o_g tries to find the corresponding RCS
file first in directory ./RCS and then in the current direc-
tory, as explained in _c_o(1L).
_R_l_o_g prints the following information for each RCS file: RCS
file name, working file name, head (i.e., 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 printing, and descriptive
text. This is followed by entries for the selected revisions
in reverse chronological order for each branch. For each
revision, _r_l_o_g prints revision number, author, date/time,
state, number of lines added/deleted (with respect to the
previous revision), locker of the revision (if any), and log
message. Without options, _r_l_o_g prints complete information.
The options below restrict this output.
-L ignores RCS files that have no locks set; con-
venient in combination with -R, -h, or -l.
-R only prints the name of the RCS file; convenient
for translating a working file name into an RCS
file name.
-h prints only RCS file name, working file name,
head, default branch, access list, locks, symbolic
names, and suffix.
-t prints the same as -h, plus the descriptive text.
-b prints information about the revisions on the
default branch (normally the highest branch on the
trunk).
-d_d_a_t_e_s prints information about revisions with a checkin
date/time in the ranges given by the semicolon-
separated list of _d_a_t_e_s. A range of the form
_d_1<_d_2 or _d_2>_d_1 selects the revisions that were
deposited between _d_1 and _d_2, (inclusive). 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 revisions dated _d or later. A range of the
Purdue University Last change: 1
RLOG(1L) UNKNOWN SECTION OF THE MANUAL RLOG(1L)
form _d selects the single, latest revision dated _d
or earlier. The date/time strings _d, _d_1, and _d_2
are in the free format explained in _c_o(1L). Quot-
ing is normally necessary, especially for < and >.
Note that the separator is a semicolon.
-l[_l_o_c_k_e_r_s]
prints information about locked revisions. If the
comma-separated list _l_o_c_k_e_r_s of login names is
given, only the revisions locked by the given
login names are printed. If the list is omitted,
all locked revisions are printed.
-r_r_e_v_i_s_i_o_n_s
prints information about revisions given in the
comma-separated list _r_e_v_i_s_i_o_n_s of revisions and
ranges. A range _r_e_v_1-_r_e_v_2 means revisions _r_e_v_1 to
_r_e_v_2 on the same branch, -_r_e_v means revisions from
the beginning of the branch up to and including
_r_e_v, and _r_e_v- means revisions starting with _r_e_v to
the end of the branch containing _r_e_v. An argument
that is a branch means all revisions on that
branch. A range of branches means all revisions on
the branches in that range.
-s_s_t_a_t_e_s prints information about revisions whose state
attributes match one of the states given in the
comma-separated list _s_t_a_t_e_s.
-w[_l_o_g_i_n_s]
prints information about revisions checked in by
users with login names appearing in the comma-
separated list _l_o_g_i_n_s. If _l_o_g_i_n_s is omitted, the
user's login is assumed.
_R_l_o_g prints the intersection of the revisions selected with
the options -d, -l, -s, -w, intersected with the union of
the revisions selected by -b and -r.
EXAMPLES
rlog -L -R RCS/*,v
rlog -L -h RCS/*,v
rlog -L -l RCS/*,v
rlog RCS/*,v
The first command prints the names of all RCS files in the
subdirectory `RCS' which have locks. The second command
prints the headers of those files, and the third prints the
headers plus the log messages of the locked revisions. The
last command prints complete information.
Purdue University Last change: 2
RLOG(1L) UNKNOWN SECTION OF THE MANUAL RLOG(1L)
DIAGNOSTICS
The exit status always refers to the last RCS file operated
upon, and is 0 if the operation was successful, 1 otherwise.
IDENTIFICATION
Author: Walter F. Tichy, Purdue University, West Lafayette,
IN, 47907.
Revision Number: 1.3 ; Release Date: 89/05/02 .
Copyright c 1982, 1988, 1989 by Walter F. Tichy.
SEE ALSO
ci(1L), co(1L), ident(1L), rcs(1L), rcsdiff(1L),
rcsintro(1L), rcsmerge(1L), rcsfile(5L)
Walter F. Tichy, "Design, Implementation, and Evaluation of
a Revision Control System," in _P_r_o_c_e_e_d_i_n_g_s _o_f _t_h_e _6_t_h _I_n_t_e_r_-
_n_a_t_i_o_n_a_l _C_o_n_f_e_r_e_n_c_e _o_n _S_o_f_t_w_a_r_e _E_n_g_i_n_e_e_r_i_n_g, IEEE, Tokyo,
Sept. 1982.
Purdue University Last change: 3