You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2013/07/02 18:30:56 UTC

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

Author: stefan2
Date: Tue Jul  2 16:30:55 2013
New Revision: 1499005

URL: http://svn.apache.org/r1499005
Log:
* STATUS: vote for and approve r1498456, r1498136 and r1498564

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=1499005&r1=1499004&r2=1499005&view=diff
==============================================================================
--- subversion/branches/1.8.x/STATUS (original)
+++ subversion/branches/1.8.x/STATUS Tue Jul  2 16:30:55 2013
@@ -140,13 +140,6 @@ Candidate changes:
    Votes:
      +1: stsp
 
- * r1498136
-   Disable named atomics if APR does not implement memory-mapped files.
-   Justification:
-     People still use Subversion on platforms where mmap is not available.
-   Votes:
-     +1: brane, rhuijben
-
  * r1498449, r1498455, r1498997
    kidney blame: convert a client segfault into a correct failure mode.  To
    reproduce run 'svn blame -r 2:1' against a 1.7 server with a 1.8.x binary.
@@ -159,14 +152,6 @@ Candidate changes:
    Votes:
      +1: danielsh, stsp
 
- * r1498456
-   ra_serf: recognize the get-file-revs-reverse capability.
-   Justification:
-     Wrong failure mode: the code raised an error when it should have replied
-     FALSE with no error.
-   Votes:
-     +1: danielsh, rhuijben
-
  * r1498483, r1498484, r1498486
    fs: Improve a regression test.
    Notes:
@@ -201,6 +186,30 @@ Veto-blocked changes:
 Approved changes:
 =================
 
+ * r1498456
+   ra_serf: recognize the get-file-revs-reverse capability.
+   Justification:
+     Wrong failure mode: the code raised an error when it should have replied
+     FALSE with no error.
+   Votes:
+     +1: danielsh, rhuijben, stefan2
+
+ * r1498136
+   Disable named atomics if APR does not implement memory-mapped files.
+   Justification:
+     People still use Subversion on platforms where mmap is not available.
+   Votes:
+     +1: brane, rhuijben, stefan2
+
+ * r1498564
+   Allow the new in 1.8 move metadata only to work properly when the
+   target of the move already exists as unversioned node.
+   Justification:
+     The metadata only option was added especially to allow fixing up
+     of already performed moves.
+   Votes:
+     +1: rhuijben, philip, stsp, stefan2
+
  * r1498564
    Allow the new in 1.8 move metadata only to work properly when the
    target of the move already exists as unversioned node.