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:

committed by
Eric Wong

parent
7d82b4af1c
commit
f4f4c7fc00
@ -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'.
|
||||
|
Reference in New Issue
Block a user