You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by hw...@apache.org on 2011/08/04 23:54:39 UTC

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

Author: hwright
Date: Thu Aug  4 21:54:38 2011
New Revision: 1154027

URL: http://svn.apache.org/viewvc?rev=1154027&view=rev
Log:
* STATUS: Some votes and move stuff around.

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=1154027&r1=1154026&r2=1154027&view=diff
==============================================================================
--- subversion/branches/1.7.x/STATUS (original)
+++ subversion/branches/1.7.x/STATUS Thu Aug  4 21:54:38 2011
@@ -74,44 +74,6 @@ Candidate changes:
      -0: stsp (Arfrever, can you please explain precisely what use case you
                have for this code? Why do you need it in the release, or
                on trunk, for that matter?)
-     
- * r1150327
-   Report not finding txn roots produce a 404 error in mod_dav_svn.
-   Justification:
-     Removes unneeded errors that were suppressed before.
-   Notes:
-     This error is invisible to users without the r1150254 group.
-   Votes:
-     +1: rhuijben, gstein
-     +0: danielsh
-     
- * r1150254, r1150260, r1150261, r1150266
-   Return errors by composing instead of ignoring them.
-   Justification:
-     Returning more errors makes it much easier to diagnose problems.
-   Notes:
-     This patchgroup contains a few patches that together enable seeing
-     a few previous invisible error chains.
-     r1150254: Improve error handling in svn_wc__internal_transmit_text_deltas.
-     r1150260: Return txn unlock errors from fsfs.
-     r1150261: Return txn abort errors when the editor decides to abort itself.
-     r1150266: Return editor abort errors when the commit processing aborts.
-   Votes:
-     +1: rhuijben (after r1150302 and r1150327 are backported)
-     +1: danielsh, gstein
-     
- * r1150368
-   Resolve an obscure locked file problem when aborting a commit.
-   Justification:
-     Transaction cleanup should succeed or temp files will accumulate
-     on a server. And locks (the needle file) should be released as soon as
-     possible.
-   Notes:
-     rhuijben: This bug triggered my weekend search for locked files problems.
-   Votes:
-     +1: rhuijben, cmpilato
-     +0: danielsh (we shouldn't depend on libsvn_client fixes to avoid
-                   accumulating tempfiles on the server)
 
  * r1148043, r1151055
    Allow building with serf trunk on windows.
@@ -141,14 +103,6 @@ Candidate changes:
    Votes:
      +1: rhuijben, gstein
 
- * r1153968
-   Add --trust-server-cert option to svnrdump, too.
-   Justification:
-     Consistency with our other network tools.
-   Votes:
-     +1: cmpilato, gstein
-     +0: danielsh
-
 Veto-blocked changes:
 =====================
 
@@ -200,6 +154,21 @@ Veto-blocked changes:
 Approved changes:
 =================
 
+ * r1150254, r1150260, r1150261, r1150266
+   Return errors by composing instead of ignoring them.
+   Justification:
+     Returning more errors makes it much easier to diagnose problems.
+   Notes:
+     This patchgroup contains a few patches that together enable seeing
+     a few previous invisible error chains.
+     r1150254: Improve error handling in svn_wc__internal_transmit_text_deltas.
+     r1150260: Return txn unlock errors from fsfs.
+     r1150261: Return txn abort errors when the editor decides to abort itself.
+     r1150266: Return editor abort errors when the commit processing aborts.
+   Votes:
+     +1: rhuijben (after r1150302 and r1150327 are backported)
+     +1: danielsh, gstein
+
  * r1150302
    Avoid closing fs txns multiple times.
    Justification:
@@ -209,3 +178,34 @@ Approved changes:
      this revision depends for a clean merge).
    Votes:
      +1: rhuijben, danielsh, cmpilato
+     
+ * r1150327
+   Report not finding txn roots produce a 404 error in mod_dav_svn.
+   Justification:
+     Removes unneeded errors that were suppressed before.
+   Notes:
+     This error is invisible to users without the r1150254 group.
+   Votes:
+     +1: rhuijben, gstein, hwright
+     +0: danielsh
+     
+ * r1150368
+   Resolve an obscure locked file problem when aborting a commit.
+   Justification:
+     Transaction cleanup should succeed or temp files will accumulate
+     on a server. And locks (the needle file) should be released as soon as
+     possible.
+   Notes:
+     rhuijben: This bug triggered my weekend search for locked files problems.
+   Votes:
+     +1: rhuijben, cmpilato, hwright
+     +0: danielsh (we shouldn't depend on libsvn_client fixes to avoid
+                   accumulating tempfiles on the server)
+
+ * r1153968
+   Add --trust-server-cert option to svnrdump, too.
+   Justification:
+     Consistency with our other network tools.
+   Votes:
+     +1: cmpilato, gstein, hwright
+     +0: danielsh