home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / RCS43X.ZIP / RCSDIFF.MAN < prev    next >
Text File  |  1990-11-19  |  2KB  |  63 lines

  1. NAME
  2.      rcsdiff - compare RCS revisions
  3.  
  4. SYNOPSIS
  5.      rcsdiff [ -biwt ] [ -cefhn ] [ -q ] [ -rrev1 ] [ -rrev2 ]
  6.      file ...
  7.  
  8. DESCRIPTION
  9.      Rcsdiff runs diff(1) to compare two revisions of each RCS
  10.      file given.  A file name ending in ',v' is an RCS file name,
  11.      otherwise a working file name. Rcsdiff derives the working
  12.      file name from the RCS file name and vice versa, as
  13.      explained in co(L).  Pairs consisting of both an RCS and a
  14.      working file name may also be specified.
  15.  
  16.      The options -b, -i, -w, -t, -c, -e, -f, and -h, have the
  17.      same effect as described in diff(1); option -n generates an
  18.      edit script of the format used by RCS.  The option -q
  19.      suppresses diagnostic output.
  20.  
  21.      If both rev1 and rev2 are omitted, rcsdiff compares the
  22.      latest revision on the default branch (normally the highest
  23.      branch on the trunk) with the contents of the corresponding
  24.      working file. This is useful for determining what you
  25.      changed since the last checkin.
  26.  
  27.      If rev1 is given, but rev2 is omitted, rcsdiff compares
  28.      revision rev1 of the RCS file with the contents of the
  29.      corresponding working file.
  30.  
  31.      If both rev1 and rev2 are given, rcsdiff compares revisions
  32.      rev1 and rev2 of the RCS file.
  33.  
  34.      Both rev1 and rev2 may be given numerically or symbolically,
  35.      and may actually be attached to any of the options.
  36.  
  37. EXAMPLES
  38.      The command
  39.  
  40.              rcsdiff  f.c
  41.  
  42.      runs diff on the latest revision on the default branch of
  43.      RCS file f.c,v and the contents of working file f.c.
  44.  
  45. DIAGNOSTICS
  46.      The exit status is 0 if there were no differences during the
  47.      last comparison, 1 if there were differences, and 2 if there
  48.      were errors.
  49.  
  50. IDENTIFICATION
  51.      Author: Walter F. Tichy, Purdue University, West Lafayette,
  52.      IN, 47907.
  53.      Revision Number: 1.4 ; Release Date: 89/10/30 .
  54.      Copyright c 1982, 1988, 1989 by Walter F. Tichy.
  55.  
  56. SEE ALSO
  57.      ci(L), co(L), diff(1), ident(L), rcs(L), rcsintro(L),
  58.      rcsmerge(L), rlog(L)
  59.      Walter F. Tichy, "Design, Implementation, and Evaluation of
  60.      a Revision Control System," in Proceedings of the 6th Inter-
  61.      national Conference on Software Engineering, IEEE, Tokyo,
  62.      Sept. 1982.
  63.