[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Changed server IP, need to change local project IP

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-06-06 23:33:55 CEST

On Jun 6, 2007, at 14:12, Justin wrote:

> Hey guys,
>
> Had to change an IP of a server where SVN is hosted. Changeover
> worked great, but I completely didn't realize that everyone's local
> working folders would need their stored (hidden?) information
> changed to that they'd check in to the NEW IP.
>
> Haven't poked around yet since everyone's running around like
> headless chickens, but if anyone could point me in the right
> direction it would be greatly appreciated.
>
> Thanks very much in advance!
>
> (FWIW, the folks with checked out projects are using TortoiseSVN
> for managing their stuff).

svn switch --relocate svn://OLD.IP.ADDR svn://NEW.IP.ADDR

That assumes you're using the svn:// protocol; put whatever protocol
you're actually using.

TortoiseSVN also has a Relocate menu item, I believe.

Consider setting up a hostname so that people access the server via
svn://svn.example.com instead of svn://IP.ADDR, so that future IP
address changes on the server don't impact your users.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jun 6 23:34:46 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.