On Mon, Oct 17, 2011 at 03:44:11PM +0200, Bert Huijben wrote: > What if the child was moved to a different location than its parent? > > $ svn mv A/child B/child > $ svn mv A new_A > > $ svn up . > Receives update for A/child
Yes, that's a problem -- what happens is that the child goes missing. Thanks for pointing it out. Note that I am working on incoming add vs. local move at the moment. Your example uses incoming move vs. local move, which is a bit different. But I'll look into fixing it tomorrow. Maybe it will turn out to be simple, maybe not.