You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2014/02/04 21:51:46 UTC

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

Author: breser
Date: Tue Feb  4 20:51:46 2014
New Revision: 1564483

URL: http://svn.apache.org/r1564483
Log:
* STATUS: Approve r1564215

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=1564483&r1=1564482&r2=1564483&view=diff
==============================================================================
--- subversion/branches/1.8.x/STATUS (original)
+++ subversion/branches/1.8.x/STATUS Tue Feb  4 20:51:46 2014
@@ -228,18 +228,6 @@ Candidate changes:
    Votes:
      +1: philip, stefan2
 
- * r1564215
-   Reduce dynamic memory usage during c/o and export.
-   Branch: ^/subversion/branches/1.8.x-r1564215
-   Justification:
-     Without this patch, operations using the standard reporter (at least
-     svn: c/o and export; probably same for httpv1) use more or less
-     unboundary amounts of memory.  Dynamic peaks of up to 20GB have been
-     observed.  With this patch, those peaks come down to 100MB which 
-     matches our claim to streaminess.
-   Votes:
-     +1: stefan2, philip
-
 Veto-blocked changes:
 =====================
 
@@ -268,3 +256,15 @@ Veto-blocked changes:
 
 Approved changes:
 =================
+
+ * r1564215
+   Reduce dynamic memory usage during c/o and export.
+   Branch: ^/subversion/branches/1.8.x-r1564215
+   Justification:
+     Without this patch, operations using the standard reporter (at least
+     svn: c/o and export; probably same for httpv1) use more or less
+     unbounded amounts of memory.  Dynamic peaks of up to 20GB have been
+     observed.  With this patch, those peaks come down to 100MB which
+     matches our claim to streaminess.
+   Votes:
+     +1: stefan2, philip, breser