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 confusing, I

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

2013-05-14 Thread Eric Wong
Tobias Schulte tobias.schu...@gliderpilot.de wrote: This parameter is equivalent to the parameter --parents on svn cp commands and is useful for non-standard repository layouts. This looks useful. A few minor cosmetic issues. +++ b/Documentation/git-svn.txt @@ -298,6 +298,11 @@ where name