XP-Dev.com Documentation

Switching URLs for Subversion

To change your local working copy's repository URL, you will need to use the following:

$ cd /path/to/subversion/local/working/copy
$ svn switch —relocate <old-url> <new-url>

For example, if you were switching from a HTTP to HTTPS URL, for the repository located at https://xp-dev.com/svn/my-new-repo, then you would do:

$ cd /path/to/subversion/local/working/copy
$ svn switch —relocate http://xp-dev.com/svn/my-new-repo https://xp-dev.com/svn/my-new-repo

TortoiseSVN users can follow the instructions listed here:

http://tortoisesvn.net/docs/nightly/TortoiseSVN_en/tsvn-dug-relocate.html

Feel free to contact us if you need any assistance.