Changing repository host for svn
Wednesday, July 14th, 2004The domain name of my svn host changed so I have to update all the svn entry files in my working copy to point to the new host. SVN has a switch command to do this:
$ svn switch svn+ssh://anniec.hopto.org/repos/trunk/vendors .
# use –relocate to change the location of repository
$ svn switch –relocate file:///tmp/repos file:///tmp/newlocation .
$ svn [...]