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.
