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!
svn switch --relocateseems to be the right command for what you're trying to do. Double check the syntax and see if you're giving it the right parameters: svnbook.red-bean.com/en/1.1/re27.html - hexium