On Tue, Jan 8, 2013 at 12:46 PM, Stefan Sperling <s...@apache.org> wrote: > On Tue, Jan 08, 2013 at 10:23:22AM +0000, Philip Martin wrote: >> I think move between disjoint working copies >> will have to degrade to copy+delete, > > +1 > > That should be relatively straightforward to do.
-0 for now, but maybe I don't understand. Are you guys talking about: 1) 'svn mv wc1/A wc2' will error out, and user will have to figure out that he needs to execute 'svn copy; svn delete' or 2) 'svn mv wc1/A wc2' will do the same as 1.7 did, under the hood. ? The difference being that option 1 is a regression for an existing use case, and option 2 is actually not a regression (the cross-wc move just doesn't get the "move-tracking" enhancement that is new in 1.8). -- Johan