"Jon Foster" <[email protected]> writes:

> A patch is attached.  The patch is against 1.6.6.  I've tried to
> keep the changes minimal, because I think this might be a candidate
> for a Subversion 1.6.7 patch release.

A minimal patch is something like this:

Index: subversion/svnsync/main.c
===================================================================
--- subversion/svnsync/main.c   (revision 884213)
+++ subversion/svnsync/main.c   (working copy)
@@ -299,7 +299,7 @@
               apr_sleep(apr_time_from_sec(1));
             }
         }
-      else
+      else if (i != 9)
         {
           SVN_ERR(svn_ra_change_rev_prop(session, 0, SVNSYNC_PROP_LOCK,
                                          mylocktoken, subpool));


A #define to allow XXX-1 rather than 9 might be better.

-- 
Philip

Reply via email to