commit | 7d60ab2c15ed59169d9512de6aa40811b7940cd2 | [log] [tgz] |
---|---|---|
author | Eric Wong <normalperson@yhbt.net> | Thu Dec 28 01:16:20 2006 -0800 |
committer | Junio C Hamano <junkio@cox.net> | Thu Dec 28 01:39:30 2006 -0800 |
tree | 6583b256b9301bee4530fcb8360604fa0a096258 | |
parent | ed92f17026210db7ee4f3f0af39a569ae220cb5b [diff] [blame] |
git-svn: print out the SVN library version in --version, too This could be useful in finding new problems and helping users debug. Signed-off-by: Eric Wong <normalperson@yhbt.net> Signed-off-by: Junio C Hamano <junkio@cox.net>
diff --git a/git-svn.perl b/git-svn.perl index 0ef13b2..a772ce8 100755 --- a/git-svn.perl +++ b/git-svn.perl
@@ -216,7 +216,7 @@ } sub version { - print "git-svn version $VERSION\n"; + print "git-svn version $VERSION (svn $SVN::Core::VERSION)\n"; exit 0; }