Re: [PATCH 1/8] SVN 1.7 will truncate "not-a%40{0}" to just "not-a".

2012-07-28 Thread Michael G Schwern
On 2012.7.28 7:16 AM, Jonathan Nieder wrote: > Michael G. Schwern wrote: > >> Rather than guess what SVN is going to do for each version, make the test use >> the branch name that was actually created. > [...] >> -git rev-parse "refs/remotes/not-a%40{0}reflog" >> +git rev-p

Re: [PATCH 1/8] SVN 1.7 will truncate "not-a%40{0}" to just "not-a".

2012-07-28 Thread Jonathan Nieder
Michael G. Schwern wrote: > Rather than guess what SVN is going to do for each version, make the test use > the branch name that was actually created. [...] > - git rev-parse "refs/remotes/not-a%40{0}reflog" > + git rev-parse "refs/remotes/$non_reflog" Doesn't this defeat

[PATCH 1/8] SVN 1.7 will truncate "not-a%40{0}" to just "not-a".

2012-07-28 Thread Michael G. Schwern
From: "Michael G. Schwern" Rather than guess what SVN is going to do for each version, make the test use the branch name that was actually created. --- t/t9118-git-svn-funky-branch-names.sh | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/t/t9118-git-svn-funky-branch-nam