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

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