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

Re: Retarget working copy?

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2002-10-15 15:20:01 CEST

Noel Yap wrote:
> --- Philip Martin <philip@codematters.co.uk> wrote:
>
>>At present hacking the entries file is the only way,
>>in the past I have
>>used
>>
>>$ find . -path \*/.svn/entries | xargs perl -i -pe
>>'s/(url=")URL1/$1URL2/'
>
>
> Hmmm. I would've guessed that "svn switch" would've
> done it. Why wouldn't "svn switch" work?

switch only works withing a single repository, and if you're accessing
it via a different ra layer (and thus a different url) subversion
currently has no way of telling that it's the same repository.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Oct 15 15:21:16 2002

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

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