You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2014/12/08 22:28:38 UTC

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

Author: philip
Date: Mon Dec  8 21:28:38 2014
New Revision: 1643931

URL: http://svn.apache.org/r1643931
Log:
* STATUS: Vote/approve mod_dav copy fix.

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=1643931&r1=1643930&r2=1643931&view=diff
==============================================================================
--- subversion/branches/1.8.x/STATUS (original)
+++ subversion/branches/1.8.x/STATUS Mon Dec  8 21:28:38 2014
@@ -85,14 +85,6 @@ Candidate changes:
    Votes:
      +1: julianfoad
 
- * r1643810
-   Avoid unneeded memory growth in mod_dav resource walking (issue 4531)
-   Justification:
-     Some copy operations failed in certain user scenarios, with really huge
-     trees.
-   Votes:
-     +1: rhuijben, stsp
-
  * r1619380, r1619393
    Fix diff of a locally copied directory with props: it showed all props
    as added instead of a diff against the copy-from props.
@@ -132,3 +124,13 @@ Approved changes:
      libtool 2.4.3 is needed to build properly on OS X 10.10
    Votes:
      +1: philip, brane, breser
+
+ * r1643810
+   Avoid unneeded memory growth in mod_dav resource walking (issue 4531)
+   Justification:
+     Some copy operations failed in certain user scenarios, with really huge
+     trees.
+   Notes:
+     This is working around a mod_dav inefficiency in recent 2.2/2.4.
+   Votes:
+     +1: rhuijben, stsp, philip