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/07/01 19:04:32 UTC

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

Author: rhuijben
Date: Mon Jul  1 17:04:31 2013
New Revision: 1498570

URL: http://svn.apache.org/r1498570
Log:
* STATUS: Cast some votes. Approve sqlite change. Remove incomplete nomonation

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=1498570&r1=1498569&r2=1498570&view=diff
==============================================================================
--- subversion/branches/1.8.x/STATUS (original)
+++ subversion/branches/1.8.x/STATUS Mon Jul  1 17:04:31 2013
@@ -24,18 +24,6 @@ Candidate changes:
      +1: blair, brane
      -0: philip (see dev thread: false alarm, trades one warning for another)
 
- * r1489885, r1489928
-   Resolve regression where 'svn ci ci' just returned success when 'ci' doesn't
-   exist in the working copy.
-   Justification:
-     Improves usability of 'svn', and of the status api (for api users).
-   Notes:
-     This introduces a warning/error for a specific case via the status walker,
-     so I'm not 100% sure if we should introduce this patch in this form in
-     1.8.1 or later.
-   Votes:
-     +0: rhuijben (Needs more work. Breaks JavaHL)
-
  * r1491739, r1491755, r1491762, r1492152, r1492670, r1492682
    Improve interactive conflict resolution menu.
    Justification:
@@ -152,20 +140,12 @@ Candidate changes:
    Votes:
      +1: stsp
 
- * r1497804
-   sqlite error messages: change location of sqlite numeric error code.
-   Justification:
-     Make it clearer that 'S26' is an error code, rather than a parenthetical
-     description of the last word in the string sqlite3_errmsg() returned.
-   Votes:
-     +1: danielsh, 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
+     +1: brane, rhuijben
 
  * r1498449, r1498455
    kidney blame: convert a client segfault into a correct failure mode.
@@ -183,7 +163,7 @@ Candidate changes:
      Wrong failure mode: the code raised an error when it should have replied
      FALSE with no error.
    Votes:
-     +1: danielsh
+     +1: danielsh, rhuijben
 
  * r1498483, r1498484, r1498486
    fs: Improve a regression test.
@@ -204,9 +184,25 @@ Candidate changes:
    Votes:
      +1: danielsh
 
+ * 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
+
 Veto-blocked changes:
 =====================
 
 Approved changes:
 =================
 
+ * r1497804
+   sqlite error messages: change location of sqlite numeric error code.
+   Justification:
+     Make it clearer that 'S26' is an error code, rather than a parenthetical
+     description of the last word in the string sqlite3_errmsg() returned.
+   Votes:
+     +1: danielsh, stefan2, rhuijben