You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2011/07/24 12:42:25 UTC

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

Author: rhuijben
Date: Sun Jul 24 10:42:24 2011
New Revision: 1150332

URL: http://svn.apache.org/viewvc?rev=1150332&view=rev
Log:
* STATUS: Nominate a few revisions

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=1150332&r1=1150331&r2=1150332&view=diff
==============================================================================
--- subversion/branches/1.7.x/STATUS (original)
+++ subversion/branches/1.7.x/STATUS Sun Jul 24 10:42:24 2011
@@ -134,6 +134,38 @@ Candidate changes:
      Hitting the io retry loop on windows is very painfull.
    Votes:
      +1: rhuijben
+     
+ * r1150302
+   Avoid closing fs txns multiple times.
+   Justification:
+     We should follow our own api documentation.
+   Notes:
+     This error is invisible to users without the r1150254 group.
+   Votes:
+     +1: rhuijben
+
+ * 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
+     
+  * 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)
 
 Veto-blocked changes:
 =====================