[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] svn-fast-backup

From: Christopher Boumenot <boumenot_at_gmail.com>
Date: 2006-04-21 17:46:00 CEST

This fixes an issue with the --keep option, where the argument is never
used. I guess no one ever needed more than 64 backups.

Regards,
Christopher

Index: svn-fast-backup
===================================================================
--- svn-fast-backup (revision 19442)
+++ svn-fast-backup (working copy)
@@ -91,1 +91,1 @@
     options = default_options()

     try:
- opts, args = getopt.getopt(sys.argv[1:], 'qhk:fts', ['quiet', 'help', 'keep', 'force',
+ opts, args = getopt.getopt(sys.argv[1:], 'qhk:fts', ['quiet', 'help', 'keep=', 'force',
                                                              'trace', 'simulate'])
     except getopt.GetoptError, e:
         print >>sys.stderr, "Error:", e

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 21 17:50:46 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.