home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / PROG / UTILITY / DOSRCSMP.ZIP / RCSDIFF.MAN < prev    next >
Encoding:
Text File  |  1990-08-22  |  2.5 KB  |  133 lines

  1.  
  2.  
  3.  
  4.                                                       RCSDIFF(1L)
  5.  
  6.  
  7.  
  8. NAME
  9.      rcsdiff - compare RCS revisions
  10.  
  11. SYNOPSIS
  12.      rcsdiff [ -biwt ] [ -cefhn ] [ -q ] [ -rrev1 ] [ -rrev2 ]
  13.      file ...
  14.  
  15. DESCRIPTION
  16.      Rcsdiff runs diff(1) to compare two revisions of each RCS
  17.      file given.  A file name ending in ',v' is an RCS file name,
  18.      otherwise a working file name. Rcsdiff derives the working
  19.      file name from the RCS file name and vice versa, as
  20.      explained in co(1L).  Pairs consisting of both an RCS and a
  21.      working file name may also be specified.
  22.  
  23.      The options -b, -i, -w, -t, -c, -e, -f, and -h, have the
  24.      same effect as described in diff(1); option -n generates an
  25.      edit script of the format used by RCS.  The option -q
  26.      suppresses diagnostic output.
  27.  
  28.      If both rev1 and rev2 are omitted, rcsdiff compares the
  29.      latest revision on the default branch (normally the highest
  30.      branch on the trunk) with the contents of the corresponding
  31.      working file. This is useful for determining what you
  32.      changed since the last checkin.
  33.  
  34.      If rev1 is given, but rev2 is omitted, rcsdiff compares
  35.      revision rev1 of the RCS file with the contents of the
  36.      corresponding working file.
  37.  
  38.      If both rev1 and rev2 are given, rcsdiff compares revisions
  39.      rev1 and rev2 of the RCS file.
  40.  
  41.      Both rev1 and rev2 may be given numerically or symbolically,
  42.      and may actually be attached to any of the options.
  43.  
  44. EXAMPLES
  45.      The command
  46.  
  47.              rcsdiff  f.c
  48.  
  49.      runs diff on the latest revision on the default branch of
  50.      RCS file f.c,v and the contents of working file f.c.
  51.  
  52. DIAGNOSTICS
  53.      The exit status is 0 if there were no differences during the
  54.      last comparison, 1 if there were differences, and 2 if there
  55.      were errors.
  56.  
  57. IDENTIFICATION
  58.      Author: Walter F. Tichy, Purdue University, West Lafayette,
  59.      IN, 47907.
  60.  
  61.  
  62.  
  63.                                                                 1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. RCSDIFF(1L)
  71.  
  72.  
  73.  
  74.      Revision Number: 1.3 ; Release Date: 89/05/02 .
  75.      Copyright c 1982, 1988, 1989 by Walter F. Tichy.
  76.  
  77. SEE ALSO
  78.      ci(1L), co(1L), diff(1), ident(1L), rcs(1L), rcsintro(1L),
  79.      rcsmerge(1L), rlog(1L)
  80.      Walter F. Tichy, "Design, Implementation, and Evaluation of
  81.      a Revision Control System," in Proceedings of the 6th Inter-
  82.      national Conference on Software Engineering, IEEE, Tokyo,
  83.      Sept. 1982.
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. 2
  130.  
  131.  
  132.  
  133.