I have several working copies that were checked out of old repositories.
The old repositories are now combined into a new repository, therefore the repository name and the locations inside the new repository have changed.
Now I want to relocate these working copies to their new locations into the new repository.
When doing a Relocate with TortoiseSVN, I get a warning:
It seems you are trying to relocate your working copy to a different path inside the same repository.
From: https://old-repository/oldpath/folder
To: https://new-repository/newpath/folder
A relocate is only needed if the path to a repository has changed.
Changing to a different path inside a repository is done by a switch operation.
But it's not a different path inside the same repository. It really is a newly created repository with a different path / name.
When I ingore the warning and continue with the Relocate, I get an error:
The repository at 'https://new-repository/newpath/folder' has uuid 'd3b83275-bf16-aa42-9467-f8a402003233', but the WC has '30e22be1-af51-d84d-ad8f-d4e8545a4735'
Where is my mistake?