[svk-commit] r2280 - branches/2.0-releng/bin
nobody at bestpractical.com
nobody at bestpractical.com
Thu Dec 28 10:55:01 EST 2006
Author: mndrix
Date: Thu Dec 28 10:54:59 2006
New Revision: 2280
Modified:
branches/2.0-releng/bin/svk
Log:
"svk version" should show the svn version number using the familiar
two-decimal form instead of the single-decimal form provided by 'version' (for
example "1.4.2" instead of "1.004002")
Modified: branches/2.0-releng/bin/svk
==============================================================================
--- branches/2.0-releng/bin/svk (original)
+++ branches/2.0-releng/bin/svk Thu Dec 28 10:54:59 2006
@@ -106,7 +106,7 @@
if ($show_version || ($cmd && $cmd eq 'version')) {
print loc("This is svk, version %1 (using Subversion bindings %2)\n",
- $VERSION, SVN::Core->VERSION);
+ $VERSION, $SVN::Core::VERSION);
exit 0;
}
}
More information about the svk-commit
mailing list