summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/cvs.1
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-01-07 18:45:14 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-01-07 18:45:14 +0000
commit290b0c59c5c6943f4ed3221b5eaec5940951ba90 (patch)
treedb1758cb892c60e6d35efb6b31a787aee1380155 /usr.bin/cvs/cvs.1
parent682952bd0cc8980caff3a517215b6bff24209daa (diff)
document `cvs import';
from joris vink;
Diffstat (limited to 'usr.bin/cvs/cvs.1')
-rw-r--r--usr.bin/cvs/cvs.128
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 .