Author: julianfoad
Date: Wed Jun 3 16:14:38 2015
New Revision: 1683384
URL: http://svn.apache.org/r1683384
Log:
On the 'move-tracking-2' branch: Update BRANCH-README following r1683383.
* BRANCH-README
Remove the to-do item about editor virtual methods.
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=1683384&r1=1683383&r2=1683384&view=diff
==============================================================================
--- subversion/branches/move-tracking-2/BRANCH-README (original)
+++ subversion/branches/move-tracking-2/BRANCH-README Wed Jun 3 16:14:38 2015
@@ -135,19 +135,6 @@ Work on this branch:
The unifying principle is it's communicating a partial description
of the new state, without reference to the old state.
- Create editor vtable methods for all editor interface functions.
-
- Currently, some functions bypass the vtable. They are broken if
- they use the editor private data structure and if they are invoked
- on a wrapper editor (such as the 'debug editor') because in that
- case they dereference the wrapper editor's private data struct
- instead of the intended editor's.
-
- - svn_editor3_payload_resolve()
- => Only used by svn_branch_subtree_differences(), which itself
- is not a standard svn_branch_* function as it uses an editor.
- Not sure what we should do.
-
* The model.
To do: