svn-vendor --version (return code: 2)
usage: svn-vendor [-h] [--auto | --detect FILE | --apply FILE] [--save FILE]
[--config OPT VALUE]
wcdir importdir
svn-vendor: error: the following arguments are required: wcdir, importdir
svn-vendor --help (return code: 0)
usage: svn-vendor [-h] [--auto | --detect FILE | --apply FILE] [--save FILE]
[--config OPT VALUE]
wcdir importdir
Prepare a working copy for SVN vendor import.
positional arguments:
wcdir Path to working copy (destination of import)
importdir Path to imported sources (source of import)
optional arguments:
-h, --help show this help message and exit
--auto Automatic mode: detect moves, apply them and copy
sources
--detect FILE Semi-automatic mode: detect moves and save them to FILE
--apply FILE Semi-automatic mode: apply the moves from FILE and copy
the sources
--save FILE Automatic mode: save moves to FILE after detection, then
proceed to apply the changes
--config OPT VALUE Set configuration option OPT to VALUE