Awesome, thanks for everyone's advice! I completely forgot about the
"switch" command despite using it a few times. Oy vey. =)
- Justin D.
On Jun 6, 2007, at 5:33 PM, Ryan Schmidt wrote:
>
> 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:42:58 2007