Our svn repo's location was changed to a different url, and in addition the relative paths of trunk, branches, and tags were moved a little. Now when I try to svn relocate
, I get this message.
Invalid relocation destination: 'https://my-repo-server/new-proj-name/branches/my-branch' (does not point to target)
I tried relocating to the url of the repo, and tried again with the url of the branch I wanted to switch to. I did not try with switch --relocate
as that is deprecated in my version of svn.
I believe this would have worked had the folder structure not also been changed.