You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2015/03/26 16:43:43 UTC

svn commit: r1669360 - /subversion/branches/move-tracking-2/BRANCH-README

Author: philip
Date: Thu Mar 26 15:43:43 2015
New Revision: 1669360

URL: http://svn.apache.org/r1669360
Log:
* BRANCH-README: Minor update.

Modified:
    subversion/branches/move-tracking-2/BRANCH-README

Modified: subversion/branches/move-tracking-2/BRANCH-README
URL: http://svn.apache.org/viewvc/subversion/branches/move-tracking-2/BRANCH-README?rev=1669360&r1=1669359&r2=1669360&view=diff
==============================================================================
--- subversion/branches/move-tracking-2/BRANCH-README (original)
+++ subversion/branches/move-tracking-2/BRANCH-README Thu Mar 26 15:43:43 2015
@@ -24,8 +24,9 @@ Work on this branch:
     It's called 'svnmover'. Like 'svnmucc', it operates directly on a repo,
     completely avoiding any working copy considerations.
 
-    The implementation is just a hack. It stores metadata in revprops, with
-    little concern for efficiency etc. at this stage.
+    The implementation is just a hack. It stores metadata in revprops
+    or flat files , with little concern for efficiency etc. at this
+    stage.
 
     STATUS
 
@@ -57,12 +58,14 @@ Work on this branch:
 
   * Develop a 'commit editor' interface supporting moves.
 
-    See subversion/include/private/svn_editor3.h
+    See subversion/include/private/svn_editor3e.h
+    and subversion/include/private/svn_editor3p.h
 
     STATUS
 
     This looks like it's panning out OK.
 
+    ### Out-of-date
     Two versions are declared (in the same struct): 'incremental' and
     'independent per-node changes'. Need eventually to choose one and
     lose the other. It's not a question of one's right and one's wrong;