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