[BACK]Return to ci.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / rcs

File: [local] / src / usr.bin / rcs / ci.1 (download)

Revision 1.5, Mon Oct 10 15:06:19 2005 UTC (18 years, 8 months ago) by niallo
Branch: MAIN
Changes since 1.4: +6 -4 lines

- update `-l' and `-u' descriptions to include optional <rev>
- update SYNOPSIS for the same thing

.\"     $OpenBSD: ci.1,v 1.5 2005/10/10 15:06:19 niallo Exp $
.\"
.\" Copyright (c) 2005 Niall O'Higgins <niallo@openbsd.org>
.\" All rights reserved.
.\"
.\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above
.\" copyright notice and this permission notice appear in all copies.
.\"
.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.Dd October 08, 2005
.Dt CI 1
.Os
.Sh NAME
.Nm ci
.Nd check in RCS revisions
.Sh SYNOPSIS
.Nm
.Bk -words
.Op Fl jMNqV
.Op Fl d Ar date
.Op Fl k Ar mode
.Op Fl l Op Ar rev
.Op Fl m Ar msg
.Op Fl r Op Ar rev
.Op Fl u Op Ar rev
.Ar file ...
.Ek
.Sh DESCRIPTION
The
.Nm
program is used to check new revisions into RCS files.
.Pp
The following options are supported:
.Bl -tag -width Ds
.It Fl d Ar date
Uses
.Ar date
for check-in date and time.
.It Fl f
Force check in.
.It Fl I
Interactive mode.
.It Fl k Ar mode
Specify the keyword substitution mode.
.It Fl l Op Ar rev
The same as
.Fl r ,
but also immediately checks out the deposited revision and locks it.
This is useful if you wish to continue to edit the working file after check-in.
.It Fl M
Set the modification time of the file to the date of the
retrieved revision.
.It Fl m Ar msg
Specify a log message.
A line beginning with a hash character
.Pq Sq #
is considered a comment and ignored.
.It Fl q
Be quiet about reporting.
.It Fl r Op Ar rev
Check in revision
.Ar rev .
However, if
.Ar rev
is not specified the meaning is completely different \- override any
.Fl l
or
.Fl u Op Ar rev
options, ensuring the default behaviour of releasing a lock and removing the
working file.
.It Fl s Ar state
Sets the state of the deposited revision to the identifier
.Ar state .
.It Fl u
The same as
.Fl r ,
but also immediately checks out the deposited revision read-only.
Useful if you wish to read the working file after check-in.
.It Fl V
Print RCS's version number.
.It Fl w Ar user
Uses
.Ar user
as the author field of the deposited revision.
If the
.Ar user
argument is omitted, the login of the user issuing the command
is assumed.
.El
.Sh ENVIRONMENT
.Bl -tag -width RCSINIT
.It Ev RCSINIT
If set, this variable should contain a list of space-delimited options that
are prepended to the argument list.
.El
.Sh SEE ALSO
.Xr co 1 ,
.Xr ident 1 ,
.Xr rcs 1 ,
.Xr rcsclean 1 ,
.Xr rcsdiff 1 ,
.Xr rcsfile 5