Re: [RFC/PATCHv2 2/3] git-svn: Warn about changing default for --prefix in Git v2.0

2013-10-09 Thread Johan Herland
On Wed, Oct 9, 2013 at 3:34 AM, Eric Sunshine wrote: > On Sat, Oct 5, 2013 at 7:30 PM, Johan Herland wrote: >> diff --git a/t/t9117-git-svn-init-clone.sh b/t/t9117-git-svn-init-clone.sh >> index b7ef9e2..1c8d049 100755 >> --- a/t/t9117-git-svn-init-clone.sh >> +++ b/t/t9117-git-svn-init-clone.sh

Re: [RFC/PATCHv2 2/3] git-svn: Warn about changing default for --prefix in Git v2.0

2013-10-08 Thread Eric Sunshine
On Sat, Oct 5, 2013 at 7:30 PM, Johan Herland wrote: > diff --git a/t/t9117-git-svn-init-clone.sh b/t/t9117-git-svn-init-clone.sh > index b7ef9e2..1c8d049 100755 > --- a/t/t9117-git-svn-init-clone.sh > +++ b/t/t9117-git-svn-init-clone.sh > @@ -52,4 +52,71 @@ test_expect_success 'clone to target di

[RFC/PATCHv2 2/3] git-svn: Warn about changing default for --prefix in Git v2.0

2013-10-05 Thread Johan Herland
In Git v2.0, we will change the default --prefix for init/clone from none/empty to "origin/" (which causes SVN-tracking branches to be placed at refs/remotes/origin/* instead of refs/remotes/*). This patch warns users about the upcoming change, both in the git-svn manual page, and on stderr when r