You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2014/09/26 18:45:48 UTC

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

Author: julianfoad
Date: Fri Sep 26 16:45:48 2014
New Revision: 1627824

URL: http://svn.apache.org/r1627824
Log:
On the 'move-tracking-2' branch: Update BRANCH-README.

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=1627824&r1=1627823&r2=1627824&view=diff
==============================================================================
--- subversion/branches/move-tracking-2/BRANCH-README (original)
+++ subversion/branches/move-tracking-2/BRANCH-README Fri Sep 26 16:45:48 2014
@@ -7,9 +7,32 @@ Merge policy:
   The work on this branch may or may not eventually be wanted on trunk. It
   is not intended to be kept in a state where it could be merged to trunk.
 
+  Please don't review for implementation issues, not even big-O
+  complexity concerns etc. at this time.
+
+  If you can get your head around how the logic works, I'd be
+  extremely glad of any discussion of that.
+
 
 Work on this branch:
 
+  * Develop a proof-of-concept utility for playing with scenarios so
+    as to check how the logic of move tracking and branches works in
+    practice.
+
+    It's a program called 'svnmover', a bit like 'svnmucc', so it
+    completely avoids any working copy considerations.
+
+    The implementation (which stores metadata in revprops) is just a hack.
+    The idea is to check the logic pans out usefully, without caring about
+    how the metadata is stored or what it looks like.
+
+    STATUS
+
+    This is my current focus. Implemented move/copy/delete and
+    branch/branchify/list-branches. The next big one to do is 'merge'.
+
+
   * Develop a 'commit editor' interface supporting moves.
 
     See subversion/include/private/svn_editor3.h