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

  1. NAME
  2.      rcsfreeze - freeze a configuration of sources checked in
  3.      under RCS
  4.  
  5. SYNOPSIS
  6.      rcsfreeze [symbolic revision name]
  7.  
  8. DESCRIPTION
  9.      The rcsfreeze command has the purpose of assigning a sym-
  10.      bolic revision number to a set of RCS files, which form a
  11.      valid configuration.
  12.  
  13.      The idea is to run rcsfreeze each time a new version is
  14.      checked in. A unique symbolic revision number (C_number,
  15.      where number is increased each time rcsfreeze is run) is
  16.      then assigned to the most recent revision of each RCS file
  17.      of the main trunk.
  18.  
  19.      If the command is invoked with an argument, then this argu-
  20.      ment is used as the symbolic name to freeze a configuration.
  21.      The unique identifier is still generated and is listed in
  22.      the log file but it will not appear as part of the symbolic
  23.      revision name in the actual RCS files.
  24.  
  25.      A log message is requested from the user which is saved for
  26.      future references.
  27.  
  28.      The shell script works only on all RCS files at one time.
  29.      It is important that all changed files are checked in (there
  30.      are no precautions against any error in this respect). Run
  31.      rcsclean(L) first and see whether any sources remain in the
  32.      current directory.
  33.  
  34. FILES
  35.      [RCS/]rcsfreeze.version  for the version number
  36.  
  37.      [RCS/]rscfreeze.log      for the log messages, most recent
  38.                               log message first.
  39.  
  40. AUTHOR
  41.      Stephan v. Bechtolsheim
  42.  
  43. SEE ALSO
  44.      rcs(L), rlog(L), rcsclean(L)
  45.  
  46. BUGS
  47.      The program does not check whether there are any sources
  48.      checked out and modified.
  49.