/ Published in: SVN
URL: http://svnbook.red-bean.com/nightly/en/svn.ref.svn.c.switch.html
Run this command from the root of your Subversion working copy.
The following command changes the host name of the server from old_url to shiny_new_url
It's all about the --relocate option.
See also here
Expand |
Embed | Plain Text
svn switch --relocate svn://old_url/subversion-repository svn://shiny_new_url/subversion-repository
You need to login to post a comment.
