Removed definition "LIB= rpc". We want libc.a to contain librpc.a, not
[unix-history] / .ref-386BSD-0.1-patchkit / usr / src / usr.bin / rcs / man / rcsfreeze.1
CommitLineData
acec9572
WJ
1.TH RCSFREEZE 1L "" "Purdue University"
2.SH NAME
3rcsfreeze \- freeze a configuration of sources checked in under RCS
4.SH SYNOPSIS
5.B rcsfreeze
6[symbolic revision name]
7.SH DESCRIPTION
8The
9.I rcsfreeze
10command has the purpose of assigning a symbolic revision
11number to a set of RCS files, which form a valid configuration.
12.PP
13The idea is to run
14.I rcsfreeze
15each time a new version is checked
16in. A unique symbolic revision number (\c
17.BI C_ number,
18where
19.I number
20is increased each time rcsfreeze is run) is then assigned to the most
21recent revision of each RCS file of the main trunk.
22.PP
23If the command is invoked with an argument, then this
24argument is used as the symbolic name to freeze a configuration.
25The unique identifier is still generated
26and is listed in the log file but it will not appear as
27part of the symbolic revision name in the actual RCS files.
28.PP
29A log message is requested from the user which is saved for future
30references.
31.PP
32The shell script works only on all RCS files at one time.
33It is important that all changed files are checked in (there are
34no precautions against any error in this respect). Run
35.IR rcsclean (1L)
36first and see whether any sources remain in the current directory.
37.SH FILES
38.TP 2.5i
39[RCS/]rcsfreeze.version
40for the version number
41.TP
42[RCS/]rscfreeze.log
43for the log messages, most recent log message first.
44.SH AUTHOR
45Stephan v. Bechtolsheim
46.SH "SEE ALSO"
47rcs(1L), rlog(1L), rcsclean(1L)
48.SH BUGS
49The program does not check whether there are any sources checked out
50and modified.