Author: stsp
Date: Fri Aug 22 10:07:51 2014
New Revision: 1619728

URL: http://svn.apache.org/r1619728
Log:
* notes/wc-ng/conflict-storage-2.0: Ask some questions.

Modified:
    subversion/trunk/notes/wc-ng/conflict-storage-2.0

Modified: subversion/trunk/notes/wc-ng/conflict-storage-2.0
URL: 
http://svn.apache.org/viewvc/subversion/trunk/notes/wc-ng/conflict-storage-2.0?rev=1619728&r1=1619727&r2=1619728&view=diff
==============================================================================
--- subversion/trunk/notes/wc-ng/conflict-storage-2.0 (original)
+++ subversion/trunk/notes/wc-ng/conflict-storage-2.0 Fri Aug 22 10:07:51 2014
@@ -81,9 +81,14 @@ this format in a future version if we wa
 path from before the update/switch. The new location is already available in
 BASE so doesn't have to be duplicated. If the node is an addition the empty
 list is used.
+### stsp: The implementation *does* duplicate the new BASE node in the skel
+### in a second PATH_REV item.
 
 Merge will have 2 items: the left and right paths. These can come from a
 different repository.
+### stsp: The implementation is storing the pre-merge BASE node, and
+### the incoming merge-right node. What about merge-left?
+### How can merge-left/merge-right come from a different repository?
 
 An empty skel specifies that there is no location. (Tree conflicts and/or
 upgrade scenarios). Future versions may introduce other origins.


Reply via email to