User Commands RLOG(1) NNNNAAAAMMMMEEEE rlog - print log messages and other information about RCS files SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS rrrrlllloooogggg [ _o_p_t_i_o_n_s ] _f_i_l_e ... DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN rrrrlllloooogggg prints information about RCS files. Pathnames matching an RCS suffix denote RCS files; all oth- ers denote working files. Names are paired as explained in cccciiii(1). rrrrlllloooogggg prints the following information for each RCS file: RCS pathname, working pathname, 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 revi- sions in reverse chronological order for each branch. For each revision, rrrrlllloooogggg 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. All times are displayed in Coor- dinated Universal Time (UTC) by default; this can be over- ridden with -zzzz. Without options, rrrrlllloooogggg prints complete information. The options below restrict this output. -LLLL Ignore RCS files that have no locks set. This is con- venient in combination with -hhhh, -llll, and -RRRR. -RRRR Print only the name of the RCS file. This is convenient for translating a working pathname into an RCS pathname. -hhhh Print only the RCS pathname, working pathname, head, default branch, access list, locks, symbolic names, and suffix. -tttt Print the same as -hhhh, plus the descriptive text. -NNNN Do not print the symbolic names. -bbbb Print information about the revisions on the default branch, normally the highest branch on the trunk. -dddd_d_a_t_e_s Print 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 exclusive. A range of the form <<<<_d or _d>>>> selects all GNU Last change: 1995/08/03 1 User Commands RLOG(1) revisions earlier than _d. A range of the form _d<<<< or >>>>_d selects all revisions dated later than _d. If <<<< or >>>> is followed by ==== then the ranges are inclusive, not exclusive. A range of the 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 ccccoooo(1). Quoting is normally necessary, especially for <<<< and >>>>. Note that the separator is a semicolon. -llll[_l_o_c_k_e_r_s] Print information about locked revisions only. In addi- tion, if the comma-separated list _l_o_c_k_e_r_s of login names is given, ignore all locks other than those held by the _l_o_c_k_e_r_s. For example, rrrrlllloooogggg -LLLL -RRRR -llllwwwwfffftttt RRRRCCCCSSSS////**** prints the name of RCS files locked by the user wwwwfffftttt. -rrrr[_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 revi- sions starting with _r_e_v to the end of the branch con- taining _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. A branch fol- lowed by a .... means the latest revision in that branch. A bare -rrrr with no _r_e_v_i_s_i_o_n_s means the latest revision on the default branch, normally the trunk. -ssss_s_t_a_t_e_s prints information about revisions whose state attri- butes match one of the states given in the comma- separated list _s_t_a_t_e_s. -wwww[_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. -TTTT This option has no effect; it is present for compatibil- ity with other RCS commands. -VVVV Print RCS's version number. -VVVV_n Emulate RCS version _n when generating logs. See ccccoooo(1) for more. -xxxx_s_u_f_f_i_x_e_s Use _s_u_f_f_i_x_e_s to characterize RCS files. See cccciiii(1) for details. GNU Last change: 1995/08/03 2 User Commands RLOG(1) rrrrlllloooogggg prints the intersection of the revisions selected with the options -dddd, -llll, -ssss, and -wwww, intersected with the union of the revisions selected by -bbbb and -rrrr. -zzzz_z_o_n_e specifies the date output format, and specifies the default time zone for _d_a_t_e in the -dddd_d_a_t_e_s option. The _z_o_n_e should be empty, a numeric UTC offset, or the spe- cial string LLLLTTTT for local time. The default is an empty _z_o_n_e, which uses the traditional RCS format of UTC without any time zone indication and with slashes separating the parts of the date; otherwise, times are output in ISO 8601 format with time zone indication. For example, if local time is January 11, 1990, 8pm Pacific Standard Time, eight hours west of UTC, then the time is output as follows: _o_p_t_i_o_n _t_i_m_e _o_u_t_p_u_t ----zzzz 1111999999990000////00001111////11112222 00004444::::00000000::::00000000 (_d_e_f_a_u_l_t) ----zzzzLLLLTTTT 1111999999990000----00001111----11111111 22220000::::00000000::::00000000----00008888 ----zzzz++++00005555::::33330000 1111999999990000----00001111----11112222 00009999::::33330000::::00000000++++00005555::::33330000 EEEEXXXXAAAAMMMMPPPPLLLLEEEESSSS rrrrlllloooogggg -LLLL -RRRR RRRRCCCCSSSS////**** rrrrlllloooogggg -LLLL -hhhh RRRRCCCCSSSS////**** rrrrlllloooogggg -LLLL -llll RRRRCCCCSSSS////**** rrrrlllloooogggg RRRRCCCCSSSS////**** The first command prints the names of all RCS files in the subdirectory RRRRCCCCSSSS that 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. EEEENNNNVVVVIIIIRRRROOOONNNNMMMMEEEENNNNTTTT RRRRCCCCSSSSIIIINNNNIIIITTTT options prepended to the argument list, separated by spaces. See cccciiii(1) for details. DDDDIIIIAAAAGGGGNNNNOOOOSSSSTTTTIIIICCCCSSSS The exit status is zero if and only if all operations were successful. IIIIDDDDEEEENNNNTTTTIIIIFFFFIIIICCCCAAAATTTTIIIIOOOONNNN Author: Walter F. Tichy. Manual Page Revision: 1.1.1.1; Release Date: 1995/08/03. Copyright 8c9 1982, 1988, 1989 Walter F. Tichy. Copyright 8c9 1990, 1991, 1992, 1993, 1994, 1995 Paul Eggert. SSSSEEEEEEEE AAAALLLLSSSSOOOO ci(1), co(1), ident(1), rcs(1), rcsdiff(1), rcsintro(1), rcsmerge(1), rcsfile(5) GNU Last change: 1995/08/03 3 User Commands RLOG(1) Walter F. Tichy, RCS--A System for Version Control, _S_o_f_t_w_a_r_e--_P_r_a_c_t_i_c_e & _E_x_p_e_r_i_e_n_c_e 11115555, 7 (July 1985), 637-654. BBBBUUUUGGGGSSSS The separator for revision ranges in the -rrrr option used to be - instead of ::::, but this leads to confusion when symbolic names contain -. For backwards compatibility rrrrlllloooogggg -rrrr still supports the old - separator, but it warns about this obsolete use. GNU Last change: 1995/08/03 4