You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2012/02/28 11:40:56 UTC

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

Author: danielsh
Date: Tue Feb 28 10:40:55 2012
New Revision: 1294563

URL: http://svn.apache.org/viewvc?rev=1294563&view=rev
Log:
Merge two interdependent groups, at Philip's suggestion.

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=1294563&r1=1294562&r2=1294563&view=diff
==============================================================================
--- subversion/branches/1.7.x/STATUS (original)
+++ subversion/branches/1.7.x/STATUS Tue Feb 28 10:40:55 2012
@@ -60,23 +60,22 @@ Candidate changes:
    Votes:
      +1: stsp, rhuijben
 
- * r1294134, r1294147
-   Fix svn:// authz in Python tests.
-   Justification:
-     Tests are broken.
-   Votes:
-     +1: danielsh
-
- * r1293945, r1293972, r1293976, r1293998, r1294136, r1294236
+ * r1293945, r1293972, r1293976, r1293998, r1294136, r1294236;
+   r1294134, r1294147
+   Two interdependent changes:
    Fix issue #4121: copy followed by delete of unreadable child.
+   Fix svn:// authz in Python tests.
    Justification:
      User resorted to patching the commit editor to work around this.
+     Tests are broken.
    Notes:
-     Depends on the r1294134 group.
      r1293945,r1293972,r1293976 are cosmetics.
      r1293998 is the fix.
      r1294136 is a test.
      r1294236 fixes an uninitialized variable.
+   Notes:
+     r1294134 extends a test to demonstrate its brokenness.
+     r1294147 fixes said brokenness.
    Votes:
      +1: danielsh