git-svn: print out the SVN library version in --version, too
authorEric Wong <normalperson@yhbt.net>
Thu, 28 Dec 2006 09:16:20 +0000 (01:16 -0800)
committerJunio C Hamano <junkio@cox.net>
Thu, 28 Dec 2006 09:39:30 +0000 (01:39 -0800)
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>
git-svn.perl
index 0ef13b26a34711715fe74df9c464a7e4c7b39455..a772ce81e734d44adece95ee6f6c4e2f7e095d9d 100755 (executable)
@@ -216,7 +216,7 @@ sub usage {
 }
 
 sub version {
-       print "git-svn version $VERSION\n";
+       print "git-svn version $VERSION (svn $SVN::Core::VERSION)\n";
        exit 0;
 }