home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 317a.lha / RCS / doc / rcsdiff.1l.doc < prev    next >
Text File  |  1989-12-05  |  3KB  |  133 lines

  1.  
  2.  
  3.  
  4. RCSDIFF(1L)       UNKNOWN SECTION OF THE MANUAL       RCSDIFF(1L)
  5.  
  6.  
  7.  
  8. NAME
  9.      rcsdiff - compare RCS revisions
  10.  
  11. SYNOPSIS
  12.      rcsdiff [ -biwt ] [ -cefhn ] [ -q ] [ -r_r_e_v_1 ]  [  -r_r_e_v_2  ]
  13.      file ...
  14.  
  15. DESCRIPTION
  16.      _R_c_s_d_i_f_f runs _d_i_f_f(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. _R_c_s_d_i_f_f derives  the  working
  19.      file  name  from  the  RCS  file  name  and  vice  versa, as
  20.      explained in _c_o(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 _d_i_f_f(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 _r_e_v_1 and _r_e_v_2  are  omitted,  _r_c_s_d_i_f_f  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 _r_e_v_1 is given, but  _r_e_v_2  is  omitted,  _r_c_s_d_i_f_f  compares
  35.      revision  _r_e_v_1  of  the  RCS  file  with the contents of the
  36.      corresponding working file.
  37.  
  38.      If both _r_e_v_1 and _r_e_v_2 are given, _r_c_s_d_i_f_f compares  revisions
  39.      _r_e_v_1 and _r_e_v_2 of the RCS file.
  40.  
  41.      Both _r_e_v_1 and _r_e_v_2 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 _d_i_f_f 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. Purdue University         Last change:                          1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. RCSDIFF(1L)       UNKNOWN SECTION OF THE MANUAL       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 _P_r_o_c_e_e_d_i_n_g_s _o_f _t_h_e _6_t_h _I_n_t_e_r_-
  82.      _n_a_t_i_o_n_a_l _C_o_n_f_e_r_e_n_c_e _o_n _S_o_f_t_w_a_r_e  _E_n_g_i_n_e_e_r_i_n_g,  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. Purdue University         Last change:                          2
  130.  
  131.  
  132.  
  133.