1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 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 https://jelmer.uk/subvertpy/
.BR https://jelmer.uk/subvertpy/
|