You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by Apache subversion Wiki <co...@subversion.apache.org> on 2013/07/01 14:33:15 UTC

[Subversion Wiki] Update of "Ev2" by DanielShahaf

Dear Wiki user,

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

The "Ev2" page has been changed by DanielShahaf:
https://wiki.apache.org/subversion/Ev2?action=diff&rev1=10&rev2=11

Comment:
add Julian's example

  
  svnmucc_tests.py nested_replaces
  http://mid.gmane.org/20130625215307.GA47970@minotaur.apache.org
+ 
+ == The constant grandchild: `swap(A, A/B)` without moving A/B/B ==
+ 
+ `svnmucc rm A copy HEAD A/B A rm A/B copy HEAD A A/B copy HEAD A/B/B A/B/B`
+ 
+ The trick here is preserving `A/B/B` even though it has the same basename as `A/B` (where node `A/` is destined to be its parent at the end of the juggling).
+ 
  
  = Suggested changes =