I'm trying to move a working copy folder from it's old dedicated svn server, to a new svn server where it is contained within a sub-folder. Using the following relocate command:
svn switch --relocate https://oldserver/svn/repos https://newserver/some/directory
I get:
svn: 'https://newserver/some/directory ' is not the root of the repository
Which is a correct ..... but, err, how do I move the location regardless?