Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Subversion Wiki" for 
change notification.

The "SymmetricMerge" page has been changed by JulianFoad:
http://wiki.apache.org/subversion/SymmetricMerge?action=diff&rev1=76&rev2=77

  For a given merge request (from a source URL at a given revision to a target 
WC), apply that same request separately to each subtree.  In principle, that 
means every subtree in the tree.  In implementation, we can first work out 
which subtrees will need a different set of merges, and then treat just those 
subtrees specially.
  
  The merge required for a subtree might have its base after or before the base 
of the parent's merge.  It might even have its base on the opposite branch from 
the parent's merge.
+ 
+ === Significant and Insignificant Subtree Merging ===
+ Often, Subversion creates subtree mergeinfo when the user performs a merge of 
a subtree (even a single file) knowing that that subtree contains all the 
changes that there were in the selected revisions.  In these cases, mergeinfo 
on the root of the branch would be equivalent.
+ 
+ OTOH, when the subtree contains some changes, but other changes exist outside 
it, that's ''significant'' subtree merge.
+ 
+ 
  
  == Cherry-pick Merges ==
  [Note: This section is rather long, and should be considered more as  
reference material than an introduction, as it aims to set out all the  
possible cases.]

Reply via email to