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

Re: what to do with the working copy after the URL of the repository has changed

From: Ryan Schmidt <subversion-2008b_at_ryandesign.com>
Date: Fri, 9 May 2008 05:46:20 -0500

On May 9, 2008, at 4:54 AM, david.x.grierson_at_jpmorgan.com wrote:

> Ben Schonle wrote:
>
>> the URL of my repository has changed, but I want to continue using
>> the
>> same local copy. If I now update or commit it logically doesn't
>> find the
>> repository.
>>
>> Where can I redefine the URL of the repository for updating /
>> committing
>> from the same local copy?
>>
>> Previously:
>> $ cd workingcopy
>> $ svn update
>>
>> I tried, but it is not working
>> $ svn update svn+ssh://remote-user@IP-NEW/home/svn/repoc
>> /home/localuser/workingcopy ??
>
> svn switch --relocate new-url

Actually:

svn switch --relocate old-url new-url

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-05-09 12:47:14 CEST

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.