You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2013/05/13 12:32:12 UTC

svn commit: r1481779 - /subversion/branches/1.8.x/STATUS

Author: stefan2
Date: Mon May 13 10:32:11 2013
New Revision: 1481779

URL: http://svn.apache.org/r1481779
Log:
* STATUS: Propose r1481594 and r1481596 for 1.8.1 and vote for them

Modified:
    subversion/branches/1.8.x/STATUS

Modified: subversion/branches/1.8.x/STATUS
URL: http://svn.apache.org/viewvc/subversion/branches/1.8.x/STATUS?rev=1481779&r1=1481778&r2=1481779&view=diff
==============================================================================
--- subversion/branches/1.8.x/STATUS (original)
+++ subversion/branches/1.8.x/STATUS Mon May 13 10:32:11 2013
@@ -114,6 +114,24 @@ Candidate changes:
    Votes:
      +1: danielsh, stsp (for 1.8.0, not any 1.8.x, since it adds a public API).
 
+ * r1481594
+   Speed up reporting and authz checks on copy-from info in 'svn log'.
+   Justification:
+     The way we implemented merges makes replacements and add-with-history
+     a much more common occurance than they would otherwise be.  With this
+     simple change, I've witnessed a ~25% speedup for e.g. the FreeBSD repo.
+   Votes:
+     +1: stefan2 (for 1.8.1)
+
+ * r1481596
+   For 'svn log -g', eliminate read requests on directories and mergeinfo
+   in revisions that are guaranteed to not change any mergeinfo.
+   Justification:
+     This simple change combined with r1481594 resulted in a 4x speedup for
+     'svn log -g' in the FreeBSD repo with cold and 15x with hot caches.
+   Votes:
+     +1: stefan2 (for 1.8.1)
+
 Veto-blocked changes:
 =====================