Skip to content

Commit

Permalink
git-svn: print out the SVN library version in --version, too
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Eric Wong authored and Junio C Hamano committed Dec 28, 2006
1 parent ed92f17 commit 7d60ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-svn.perl
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 7d60ab2

Please sign in to comment.