Stefan Sperling wrote on Fri, Oct 14, 2011 at 02:12:55 +0200: > On Fri, Oct 14, 2011 at 01:08:28PM +1300, Talden wrote: > > Was there a reason that 'svn relocate' was designed to not just switch > > the containing working copy when you're in a sub-folder of it? > > See http://svn.haxx.se/users/archive-2011-10/0134.shtml
I'd guess something about not operating on parent directories of the target directory (in this case, the implicit ./ target). Perhaps % svn switch --relocate --from-wc-root is needed?