home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / rcs57pc1.zip / doc / rcsfreeze.man < prev    next >
Text File  |  1996-02-13  |  2KB  |  133 lines

  1.  
  2.  
  3.  
  4. RCSFREEZE(1)                                         RCSFREEZE(1)
  5.  
  6.  
  7. NAME
  8.        rcsfreeze  -  freeze a configuration of sources checked in
  9.        under RCS
  10.  
  11. SYNOPSIS
  12.        rcsfreeze [name]
  13.  
  14. DESCRIPTION
  15.        rcsfreeze assigns a symbolic revision number to a  set  of
  16.        RCS files that form a valid configuration.
  17.  
  18.        The  idea  is  to run rcsfreeze each time a new version is
  19.        checked in.  A unique symbolic name (C_number, where  num-
  20.        ber  is  increased  each  time  rcsfreeze  is run) is then
  21.        assigned to the most recent revision of each RCS  file  of
  22.        the main trunk.
  23.  
  24.        An  optional  name  argument to rcsfreeze gives a symbolic
  25.        name to the configuration.  The unique identifier is still
  26.        generated  and  is  listed in the log file but it will not
  27.        appear as part of the symbolic revision name in the actual
  28.        RCS files.
  29.  
  30.        A log message is requested from the user for future refer-
  31.        ence.
  32.  
  33.        The shell script works only on all RCS files at one  time.
  34.        All  changed  files  must  be  checked  in  already.   Run
  35.        rcsclean(1) first and see whether any  sources  remain  in
  36.        the current directory.
  37.  
  38. FILES
  39.        RCS/.rcsfreeze.ver
  40.               version number
  41.  
  42.        RCS/.rcsfreeze.log
  43.               log messages, most recent first
  44.  
  45. AUTHOR
  46.        Stephan v. Bechtolsheim
  47.  
  48. SEE ALSO
  49.        co(1), rcs(1), rcsclean(1), rlog(1)
  50.  
  51. BUGS
  52.        rcsfreeze  does  not check whether any sources are checked
  53.        out and modified.
  54.  
  55.        Although both source file names and  RCS  file  names  are
  56.        accepted,  they are not paired as usual with RCS commands.
  57.  
  58.        Error checking is rudimentary.
  59.  
  60.        rcsfreeze is just an optional example  shell  script,  and
  61.  
  62.  
  63.  
  64. GNU                         1990/11/13                          1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. RCSFREEZE(1)                                         RCSFREEZE(1)
  71.  
  72.  
  73.        should  not  be  taken  too seriously.  See CVS for a more
  74.        complete solution.
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  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.  
  130. GNU                         1990/11/13                          2
  131.  
  132.  
  133.