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

Re: svn switch to move between servers

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-09-17 23:52:47 CEST

Karl Fogel <kfogel@newton.ch.collab.net> writes:

> > Okay, then what is the preferred interface when you know just
> > the server name has changed? Or, do we need a new command for
> > this? -- justin
>
> We need a new command for this, I think.

In the meantime you can always use a brute force approach :)

$ find . -path \*/.svn/entries | xargs perl -i -pe 's/(url=")URL1/$1URL2/'

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Sep 17 23:53:23 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.