Re: [RFC] git-svn: allow --version to work anywhere

2016-07-22 Thread Junio C Hamano
Eric Wong writes: > Checking the version of the installed SVN libraries should not > require a git repository at all. This matches the behavior of > "git --version". > > Add a test for "git svn help" for the same behavior while we're > at it, too. > > Signed-off-by: Eric Wong > --- > I'm hopi

[RFC] git-svn: allow --version to work anywhere

2016-07-19 Thread Eric Wong
Checking the version of the installed SVN libraries should not require a git repository at all. This matches the behavior of "git --version". Add a test for "git svn help" for the same behavior while we're at it, too. Signed-off-by: Eric Wong --- I'm hoping "cd /" in the test will always succ