diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-01-07 18:45:14 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-01-07 18:45:14 +0000 |
commit | 290b0c59c5c6943f4ed3221b5eaec5940951ba90 (patch) | |
tree | db1758cb892c60e6d35efb6b31a787aee1380155 /usr.bin/cvs/cvs.1 | |
parent | 682952bd0cc8980caff3a517215b6bff24209daa (diff) |
document `cvs import';
from joris vink;
Diffstat (limited to 'usr.bin/cvs/cvs.1')
-rw-r--r-- | usr.bin/cvs/cvs.1 | 28 |
1 files changed, 26 insertions, 2 deletions
diff --git a/usr.bin/cvs/cvs.1 b/usr.bin/cvs/cvs.1 index 8055fe6c836..782b0f42520 100644 --- a/usr.bin/cvs/cvs.1 +++ b/usr.bin/cvs/cvs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cvs.1,v 1.21 2005/01/05 23:45:56 jmc Exp $ +.\" $OpenBSD: cvs.1,v 1.22 2005/01/07 18:45:13 jmc Exp $ .\" .\" Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> .\" All rights reserved. @@ -206,9 +206,33 @@ Show repository access history. Aliases: .Ic hi , .Ic his . -.It Ic import +.It Xo Ic import +.Op Fl b Ar branch +.Op Fl m Ar msg +.Ar repository +.Ar vendortag +.Ar releasetag +.Xc +.Pp Import sources into CVS using vendor branches. .Pp +The +.Fl b +flag specifies the first-level branch number. +The +.Fl m +flag specifies the log message to send. +.Pp +At least three arguments are required: +.Ar repository +specifies the location of the sources to be imported; +.Ar vendortag +is a tag for the entire branch; +.Ar releasetag +is used to identify the files you created with +.Nm +.Ic import . +.Pp Aliases: .Ic im , .Ic imp . |