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

Re: svn server changed its address

From: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2006-02-20 14:00:16 CET

On Feb 20, 2006, at 13:45, Gale, David wrote:

>> Hello, my svn server changed its address. How do I change locally the
>> address to commit the projects? I've tried the following command:
>>
>> svn switch --relocate http://old_address/PATH/PROJECT
>> svn+ssh://user@ip_address/PATH/PROJECT
>>
>> but it throws the error: svn: '.' is not a working copy
>>
>> How can I resolve this? Thanks.
>
> Well, the error message indicates you're not doing the command from
> your working copy. Either cd to the WC before doing the command,
> or add its path after the new address.

Also, you can simplify the URLs to just the leftmost changed part:

svn switch --relocate http://old_address svn+ssh://user@ip_address

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Feb 20 14:03:55 2006

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.