Hey all,
i copied an existing svn folder (a) to a new folder b and want to also switch the repository url. Its still pointing to a repo.
i try svn switch --relocate but only get:
svn: Relocate can only change the repository part of an URL
What is the right way to do this task?
Thanks for your help!