Browse Source

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>
maint
Eric Wong 18 years ago committed by Junio C Hamano
parent
commit
7d60ab2c15
  1. 2
      git-svn.perl

2
git-svn.perl

@ -216,7 +216,7 @@ information. @@ -216,7 +216,7 @@ information.
}

sub version {
print "git-svn version $VERSION\n";
print "git-svn version $VERSION (svn $SVN::Core::VERSION)\n";
exit 0;
}


Loading…
Cancel
Save