[PATCH v2] git-svn: introduce --parents parameter for commands branch and tag

2013-05-15 Thread Tobias Schulte
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 --- Documentation/git-svn.txt|5 git-svn.perl | 19 +++- t/t9167-git-svn-cmd

Re: [PATCH] git-svn: introduce --parents parameter for commands branch and tag

2013-05-15 Thread Tobias Schulte
On 15.05.2013 04:35, Eric Wong wrote: >> +if (!eval{$ctx->ls($parent, 'HEAD', 0)}) { >> +mk_parent_dirs($ctx, $parent); >> +print "Creating parent folder ${parent} ...\n"; >> +$ctx->mkdir($parent) >> +unless $_dry_run; > > The newline is

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

2013-05-13 Thread Tobias Schulte
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 --- Documentation/git-svn.txt|5 git-svn.perl | 22 +- t/t9167-git-svn