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 2012/05/19 23:51:42 UTC

svn commit: r1340573 - /subversion/branches/1.7.x/STATUS

Author: rhuijben
Date: Sat May 19 21:51:41 2012
New Revision: 1340573

URL: http://svn.apache.org/viewvc?rev=1340573&view=rev
Log:
* STATUS: Nominate r1340556 and the 1.7.x performance branch

Modified:
    subversion/branches/1.7.x/STATUS

Modified: subversion/branches/1.7.x/STATUS
URL: http://svn.apache.org/viewvc/subversion/branches/1.7.x/STATUS?rev=1340573&r1=1340572&r2=1340573&view=diff
==============================================================================
--- subversion/branches/1.7.x/STATUS (original)
+++ subversion/branches/1.7.x/STATUS Sat May 19 21:51:41 2012
@@ -79,7 +79,27 @@ Candidate changes:
      ^/subversion/branches/1.7.x-issue4153  
    Votes:
      +1: stsp
+
+ * r1340556
+   Avoid a stat per working copy find operation by statting .svn instead of two
+   nodes inside .svn, per wc-directory that doesn't have a .svn directory.
+   Justification:
+     Very simple fix that gives the working copy find code a huge performance
+     boost.
+   Votes:
+     +1: rhuijben
    
+ * ^/subversion/branches/1.7.x-performance
+   Use the working copy status walker as a first filter to find committable
+   nodes.
+   Justification:
+     Huge performance boost. Especially on NFS.
+   Notes:
+     Backports the status walker framework. Many other parts are backportable
+     too, but this branch delivers the plumbing.
+   Votes:
+     +0: rhuijben (I would like to see some test results before backporting)
+
 Veto-blocked changes:
 =====================