summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-26 16:56:40 -0700
committerJelmer Vernooij <jelmer@samba.org>2010-10-26 16:56:40 -0700
commit78d3ddd31d77b66cb015e4966919e7eeea1d8dc6 (patch)
treeb2cc2b5024981645c00dc12424ea940dba0787ea /man
parent044a906e76c7a1dbf9ccf1a2f1985ed0f9c789be (diff)
Add basic manual page for subvertpy-fast-export.
Diffstat (limited to 'man')
-rw-r--r--man/subvertpy-fast-export.139
1 files changed, 39 insertions, 0 deletions
diff --git a/man/subvertpy-fast-export.1 b/man/subvertpy-fast-export.1
new file mode 100644
index 00000000..77f83347
--- /dev/null
+++ b/man/subvertpy-fast-export.1
@@ -0,0 +1,39 @@
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.38.2.
+.TH SUBVERTPY-FAST-EXPORT "1" "October 2010" "subvertpy-fast-export" "subvertpy"
+.SH NAME
+subvertpy-fast-export \- generate fastexport stream from a Subversion repository
+.SH DESCRIPTION
+Generate fastexport stream from a Subversion repository.
+.SH SYNOPSIS
+.B subvertpy-fast-export
+[\fIoptions\fR] \fIREPOS_PATH\fR
+.SH OPTIONS
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+show a help message and exit
+.TP
+\fB\-f\fR FINAL_REV, \fB\-\-final\-rev\fR=\fIFINAL_REV\fR
+Final revision to import
+.TP
+\fB\-r\fR FIRST_REV, \fB\-\-first\-rev\fR=\fIFIRST_REV\fR
+First revision to import
+.TP
+\fB\-t\fR TRUNK_PATH, \fB\-\-trunk\-path\fR=\fITRUNK_PATH\fR
+Path in repo to /trunk, may be
+`regex:/cvs/(trunk)/proj1/(.*)` First group is used as
+branchname, second to match files
+.TP
+\fB\-b\fR BRANCHES_PATH, \fB\-\-branches\-path\fR=\fIBRANCHES_PATH\fR
+Path in repo to /branches
+.TP
+\fB\-T\fR TAGS_PATH, \fB\-\-tags\-path\fR=\fITAGS_PATH\fR
+Path in repo to /tags
+.TP
+\fB\-a\fR hostname, \fB\-\-address\fR=\fIhostname\fR
+Domain to put on users for their mail address
+.TP
+\fB\-\-version\fR
+Print version and exit
+.SH "SEE ALSO"
+.UR http://samba.org/~jelmer/subvertpy/
+.BR http://samba.org/~jelmer/subvertpy/