* lisp/emacs-lisp/authors.el (authors-aliases): Addition.
[bpt/emacs.git] / doc / man / rcs-checkin.1
CommitLineData
967b69cd
GM
1.\" See section COPYING for copyright and redistribution information.
2.TH rcs-checkin 1
3.SH NAME
4rcs-checkin \- check files into RCS
5.SH SYNOPSIS
6.B rcs-checkin
7.RI [ FILE .\|.\|.]
8.SH DESCRIPTION
9.B rcs-checkin
10is a helper script for checking files into RCS. This program is
11distributed with
12.BR "GNU Emacs" .
13
14This program converts files with an old
15.BR Emacs -style
16version history for use with the
17.B "Emacs 19"
18version control interface
19.BR VC ,
20which likes to use RCS as its back end.
21
22For each file to be processed, the script looks for
23.B Emacs
24version files related to it. These files are checked in as deltas,
25oldest first, so that the contents of the file itself becomes the
26latest revision in the master.
27
28The first line of each file is used as its description. The file
29itself is not deleted, as under
30.B VC
31with
32.B vc-keep-workfiles
33at its default of
34.BR t ,
35but all the version files are.
36
37If an argument file is already version-controlled under RCS, any
38version files are added to the list of deltas and deleted, and then
39the workfile is checked in again as the latest version. This is
40probably not quite what was wanted, and is the main reason VC doesn't
41simply call this to do checkins.
42
43In order to make it easier to use
44.BR "rcs-checkin *" ,
45files which are detectably either RCS masters (with names ending in
46.BR ,v )
47or Emacs version files (with names containing
48.BR ~ )
49are ignored.
50.
51.PP
52.SH OPTIONS
53The program accepts no options.
54.
a3a81e9e
GM
55.SH SEE ALSO
56The Emacs version control interface is documented in the GNU Emacs manual,
57which you can read using
58.BR Info ,
59either from Emacs or as a standalone program.
60.
967b69cd
GM
61.SH AUTHORS
62.I rcs-checkin
63was originally written by Paul Eggert. It was revised for use with
64.B "GNU Emacs"
65.B VC
66by Eric S. Raymond.
67.
68.SH COPYING
69Copyright
70.if t \(co
71.if n (C)
7497ef13 722008-2012 Free Software Foundation, Inc.
967b69cd
GM
73.PP
74Permission is granted to make and distribute verbatim copies of this
75document provided the copyright notice and this permission notice are
76preserved on all copies.
77.PP
78Permission is granted to copy and distribute modified versions of
79this document under the conditions for verbatim copying, provided that
80the entire resulting derived work is distributed under the terms of
81a permission notice identical to this one.
82.PP
83Permission is granted to copy and distribute translations of this
84document into another language, under the above conditions for
85modified versions, except that this permission notice may be stated
86in a translation approved by the Free Software Foundation.
87.