On Fri, Jan 18, 2013 at 05:42:41PM +0100, Bert Huijben wrote: > Do we currently detect switched paths when handling move tracking... or just > mixed revisions?
I think 'svn mv' only checks for mixed revs in the move source at present. Checking for switched paths and disallowing them sounds like a good idea. A URL->URL move has similar restrictions, and the working copy should enforce them for consistency, ease of implementation, and avoiding user confusion ;)