home *** CD-ROM | disk | FTP | other *** search
/ Atari FTP / ATARI_FTP_0693.zip / ATARI_FTP_0693 / Programming / rcs5ap1b.lzh / RCSDIFF.1LP < prev    next >
Encoding:
Text File  |  1991-01-30  |  3.2 KB  |  133 lines

  1.  
  2.  
  3.  
  4. RCSDIFF(1)             Programmer's Manual             RCSDIFF(1)
  5.  
  6.  
  7.  
  8. NAME
  9.      rcsdiff - compare RCS revisions
  10.  
  11. SYNOPSIS
  12.      rcsdiff [ -k_s_u_b_s_t ] [ -q ] [ -r_r_e_v_1 [ -r_r_e_v_2 ] ] [ -V_n ] [
  13.      _d_i_f_f _o_p_t_i_o_n_s ] _f_i_l_e ...
  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(1).  Pairs consisting of both an RCS and a
  21.      working file name may also be specified.
  22.  
  23.      The option -q suppresses diagnostic output.  Zero, one, or
  24.      two revisions may be specified with -r.  The option -k_s_u_b_s_t
  25.      affects keyword substitution when extracting revisions, as
  26.      described in co(1); for example, -kk -r1.1 -r1.2 ignores
  27.      differences in keyword values when comparing revisions 1.1
  28.      and 1.2.  To avoid excess output from locker name substitu-
  29.      tion, -kkvl is assumed if (1) at most one revision option is
  30.      given, (2) no -k option is given, (3) -kkv is the default
  31.      keyword substitution, and (4) the working file's mode would
  32.      be produced by co -l.  See co(1) for details about -V.  Oth-
  33.      erwise, all options of diff(1) that apply to regular files
  34.      are accepted, with the same meaning as for diff.
  35.  
  36.      If both _r_e_v_1 and _r_e_v_2 are omitted, rcsdiff compares the
  37.      latest revision on the default branch (by default the trunk)
  38.      with the contents of the corresponding working file.  This
  39.      is useful for determining what you changed since the last
  40.      checkin.
  41.  
  42.      If _r_e_v_1 is given, but _r_e_v_2 is omitted, rcsdiff compares
  43.      revision _r_e_v_1 of the RCS file with the contents of the
  44.      corresponding working file.
  45.  
  46.      If both _r_e_v_1 and _r_e_v_2 are given, rcsdiff compares revisions
  47.      _r_e_v_1 and _r_e_v_2 of the RCS file.
  48.  
  49.      Both _r_e_v_1 and _r_e_v_2 may be given numerically or symbolically.
  50.  
  51. EXAMPLE
  52.      The command
  53.  
  54.              rcsdiff  f.c
  55.  
  56.      compares the latest revision on the default branch of the
  57.      RCS file RCS/f.c,v to the contents of the working file f.c.
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Printed 1/29/91            1990/09/26                           1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. RCSDIFF(1)             Programmer's Manual             RCSDIFF(1)
  71.  
  72.  
  73.  
  74. DIAGNOSTICS
  75.      Exit status is 0 for no differences during any comparison, 1
  76.      for some differences, 2 for trouble.
  77.  
  78. IDENTIFICATION
  79.      Author: Walter F. Tichy.
  80.      Revision Number: 5.2; Release Date: 1990/09/26.
  81.      Copyright c 1982, 1988, 1989 by Walter F. Tichy.
  82.      Copyright c 1990 by Paul Eggert.
  83.  
  84. SEE ALSO
  85.      ci(1), co(1), diff(1), ident(1), rcs(1), rcsintro(1),
  86.      rcsmerge(1), rlog(1)
  87.      Walter F. Tichy, RCS--A System for Version Control,
  88.      _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 15, 7 (July 1985), 637-654.
  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. Printed 1/29/91            1990/09/26                           2
  130.  
  131.  
  132.  
  133.