git-svn: make git svn --version work again

by requesting SVN::Core which is needed for the svn version.

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Acked-by: Eric Wong <normalperson@yhbt.net>
This commit is contained in:
Michael J Gruber 2010-03-04 11:23:53 +01:00 committed by Eric Wong
parent 942c9aad4f
commit b0779246a1

View File

@ -351,6 +351,7 @@ information.
}
sub version {
::_req_svn();
print "git-svn version $VERSION (svn $SVN::Core::VERSION)\n";
exit 0;
}