1RCSFREEZE(1) General Commands Manual RCSFREEZE(1)
2
3
4
6 rcsfreeze - freeze a configuration of sources checked in under RCS
7
9 rcsfreeze [name]
10
12 rcsfreeze assigns a symbolic revision number to a set of RCS files that
13 form a valid configuration.
14
15 The idea is to run rcsfreeze each time a new version is checked in. A
16 unique symbolic name (C_number, where number is increased each time
17 rcsfreeze is run) is then assigned to the most recent revision of each
18 RCS file of the main trunk.
19
20 An optional name argument to rcsfreeze gives a symbolic name to the
21 configuration. The unique identifier is still generated and is listed
22 in the log file but it will not appear as part of the symbolic revision
23 name in the actual RCS files.
24
25 A log message is requested from the user for future reference.
26
27 The shell script works only on all RCS files at one time. All changed
28 files must be checked in already. Run rcsclean(1) first and see
29 whether any sources remain in the current directory.
30
32 RCS/.rcsfreeze.ver
33 version number
34
35 RCS/.rcsfreeze.log
36 log messages, most recent first
37
39 Stephan v. Bechtolsheim
40
42 co(1), rcs(1), rcsclean(1), rlog(1)
43
45 rcsfreeze does not check whether any sources are checked out and modi‐
46 fied.
47
48 Although both source file names and RCS file names are accepted, they
49 are not paired as usual with RCS commands.
50
51 Error checking is rudimentary.
52
53 rcsfreeze is just an optional example shell script, and should not be
54 taken too seriously. See CVS for a more complete solution.
55
56
57
58GNU 1990/11/13 RCSFREEZE(1)