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>
This commit is contained in:
Eric Wong 2006-12-28 01:16:20 -08:00 committed by Junio C Hamano
parent ed92f17026
commit 7d60ab2c15

View file

@ -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;
}