You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2011/04/15 13:58:46 UTC

svn propchange: r1092673 - svn:log

Author: rhuijben
Revision: 1092673
Modified property: svn:log

Modified: svn:log at Fri Apr 15 11:58:46 2011
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Fri Apr 15 11:58:46 2011
@@ -1,2 +1,10 @@
+Make the commit processor queue al wq items first, before executing the first
+ones. There is no reason to run them directly and waiting makes it easier to
+guarantee database stability.
+
+* subversion/libsvn_wc/adm_ops.c
+  (svn_wc__process_committed_internal): Don't run the workingqueue for every
+    directory. (It's already run when done).
+
 * subversion/libsvn_wc/workqueue.c
   (log_do_committed): Just fetch the properties modified flag from read_info.