Author: rhuijben
Date: Wed Mar  4 15:25:58 2015
New Revision: 1664042

URL: http://svn.apache.org/r1664042
Log:
* STATUS: Add two nominations.

Modified:
    subversion/branches/1.9.x/STATUS

Modified: subversion/branches/1.9.x/STATUS
URL: 
http://svn.apache.org/viewvc/subversion/branches/1.9.x/STATUS?rev=1664042&r1=1664041&r2=1664042&view=diff
==============================================================================
--- subversion/branches/1.9.x/STATUS (original)
+++ subversion/branches/1.9.x/STATUS Wed Mar  4 15:25:58 2015
@@ -83,6 +83,28 @@ Other candidate changes:
    Votes:
      +1: brane
 
+ * r1663991
+   Fix calculating the repository path after commits of nodes that are
+   shadowing a switched (not-present) node.
+   Justification:
+     Allows introducing repository paths in the working copy, that don't
+     reflect the repository state.
+   Votes:
+     +1: rhuijben
+
+ * r1664035
+   Keep track of changes when a file external is replace by a real file
+   Justification:
+     When a file-external is deleted, there might be a real node that
+     want to take its place. This patch makes svn update introduce a
+     not present marker node, so a follow-up update will bring in the
+     new file (that was previously reported as skipped)
+   Notes:
+     To implement this some features had to be added to the generic
+     base remove function.
+   Votes:
+     +1: rhuijben
+
 Veto-blocked changes:
 =====================
 


Reply via email to