rcsdiff(1) rcsdiff(1)NAME rcsdiff - compare RCS revisions SYNOPSIS rcsdiff [-biwt] [-cefhn] [-rrev1] [-rrev2] files DESCRIPTION rcsdiff runs diff(1) to compare two revisions of each RCS file given. A filename ending in ,v is an RCS filename, otherwise a working filename. rcsdiff derives the working filename from the RCS filename and vice versa, as explained in co(1). Pairs consisting of both an RCS and a working filename may also be specified. All options except -r have the same effect as described in diff(1). If both rev1 and rev2 are omitted, rcsdiff compares the la- test revision on the trunk with the contents of the corresponding working file. This is useful for determining what was changed since the last checkin. If rev1 is given, but rev2 is omitted, rcsdiff compares re- vision rev1 of the RCS file with the contents of the corresponding working file. If both rev1 and rev2 are given, rcsdiff compares revisions rev1 and rev2 of the RCS file. Both rev1 and rev2 may be given numerically or symbolically. EXAMPLES The command rcsdiff f.c runs diff on the latest trunk revision of RCS file f.c,v and the contents of working file f.c. DISCLAIMER This reference manual entry describes a utility that Apple understands to have been released into the public domain by its author or authors. Apple has included this public domain utility for your convenience. Use it at your own discretion. Often the source code can be obtained if addi- tional requirements are met, such as the purchase of a site license from an author or institution. IDENTIFICATION Author: Walter F. Tichy, Purdue University, West Lafayette, IN 47907.cCopyright 1982 by Walter F. Tichy.April, 1990 1
rcsdiff(1) rcsdiff(1)SEE ALSO ci(1), co(1), diff(1), ident(1), rcs(1), rcsintro(1), rcsmerge(1), rlog(1), rcsfile(4). Walter F. Tichy, ``Design, Implementation, and Evaluation of a Revision Control System,'' in Proceedings of the 6th International Conference on Software Engineering, IEEE, Tok- yo, Sept. 1982. 2 April, 1990