man svn-inject (Commandes) - puts a Debian source package into Subversion repository

NAME

svn-inject - puts a Debian source package into Subversion repository

SYNOPSIS

svn-inject [options] <package>.dsc <repository URL>

OPTIONS

-h
print this message
-v
Make the command verbose
-q
Hide less important messages.
-l
Layout type. 1 (default) means package/{trunk,tags,branches,...} scheme, 2 means the {trunk,tags,branches,...}/package scheme. 2 is not implemented yet.
-t directory
Specify the directory where the .orig.tar.gz files are stored on the local machine.
-d, --do-like=directory
Looks at the working directory of some other package and uses its base URL, tarball storage directory and similar checkout target directory.
-c number
Checkout nothing (0), trunk directory (1) or everything (2) when the work is done.
-o
Put only files that are actually touched in the .diff file under the version control. svn-inject sets the mergeWithUpstream property automaticaly, see HOWTO.

SEE ALSO

svn-buildpackage(1), svn-upgrade(1), svn(1), the HOWTO manual (in /usr/share/doc/svn-buildpackage/).