git-svn: introduce --parents parameter for commands branch and tag

This parameter is equivalent to the parameter --parents on svn cp commands
and is useful for non-standard repository layouts.

Signed-off-by: Tobias Schulte <tobias.schulte@gliderpilot.de>
Signed-off-by: Eric Wong <normalperson@yhbt.net>
This commit is contained in:
Tobias Schulte
2013-05-15 22:14:43 +02:00
committed by Eric Wong
parent 7d82b4af1c
commit f4f4c7fc00
3 changed files with 71 additions and 1 deletions

View File

@ -300,6 +300,11 @@ where <name> is the name of the SVN repository as specified by the -R option to
git config --get-all svn-remote.<name>.commiturl
+
--parents;;
Create parent folders. This parameter is equivalent to the parameter
--parents on svn cp commands and is useful for non-standard repository
layouts.
'tag'::
Create a tag in the SVN repository. This is a shorthand for
'branch -t'.