On Tue, Mar 22, 2016 at 12:25:42AM -0400, Nico Kadel-Garcia wrote: > Then, when ready to switchover, make a good backup of the old system, > *LOCK IT* to prevent any further ocmmits, and switch services to the > new server. You should be able to activate a proxy or port forwarding > for the old service, if needed, so anyone who accidentally tries to > reach the old one actually gets the new one.
If all deployed clients are >= 1.7, HTTP redirects from old server to the new server will take of moving clients over to the new server automatically: http://subversion.apache.org/docs/release-notes/1.7.html#http-redirects This only matters if the URL has changed, of course. If you can switch the server while keeping the URL intact, that's even better.