[svnbook commit] r3447 - * src/tools/bin/spew-svn-command-options

codesite-noreply at google.com codesite-noreply at google.com
Fri Mar 20 07:48:36 CDT 2009


Author: cmpilato
Date: Fri Mar 20 05:46:38 2009
New Revision: 3447

Modified:
    trunk/src/tools/bin/spew-svn-command-options

Log:
* src/tools/bin/spew-svn-command-options
   Add a comment, and always print only the basename of the binary.


Modified: trunk/src/tools/bin/spew-svn-command-options
==============================================================================
--- trunk/src/tools/bin/spew-svn-command-options	(original)
+++ trunk/src/tools/bin/spew-svn-command-options	Fri Mar 20 05:46:38 2009
@@ -2,6 +2,7 @@
  import sys
  import os

+### Change this as needed to point to the specific binaries you wanna  
query.
  tools = ['svn',
           'svnlook',
           'svnadmin',
@@ -50,4 +51,4 @@

          options.sort()
          for option in options:
-            print "%s %s %s" % (tool, subcommand, option)
+            print "%s %s %s" % (os.path.basename(tool), subcommand, option)




More information about the svnbook-dev mailing list