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:

committed by
Junio C Hamano

parent
ed92f17026
commit
7d60ab2c15
@ -216,7 +216,7 @@ information.
|
|||||||
}
|
}
|
||||||
|
|
||||||
sub version {
|
sub version {
|
||||||
print "git-svn version $VERSION\n";
|
print "git-svn version $VERSION (svn $SVN::Core::VERSION)\n";
|
||||||
exit 0;
|
exit 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user