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 2013/06/09 22:30:01 UTC

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

Author: rhuijben
Date: Sun Jun  9 20:30:01 2013
New Revision: 1491282

URL: http://svn.apache.org/r1491282
Log:
* STATUS: Cast some votes

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=1491282&r1=1491281&r2=1491282&view=diff
==============================================================================
--- subversion/branches/1.8.x/STATUS (original)
+++ subversion/branches/1.8.x/STATUS Sun Jun  9 20:30:01 2013
@@ -57,14 +57,18 @@ Candidate changes:
      Fixes a (very) minor test setup failure when running the ra_serf tests on
      Windows for the first time in a given environment.
    Votes:
-     +1: pburba
+     +1: pburba, rhuijben
 
  * r1489339
    Return 501/412 rather than 401 for lock errors.
    Justification:
      Old values are not valid HTTP.
+   Notes:
+     Usually the authorization layer produces an error earlier. This patch
+     should only change the behavior for repositories without authorization
+     requirements for these operations.
    Votes:
-     +1: philip
+     +1: philip, rhuijben
 
  * r1490684
    Return 500 rather than 409 when commit fails and it is not a conflict.