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

Re: svn switch: FROM needs to be accessible?

From: Ryan Schmidt <subversion-2008a_at_ryandesign.com>
Date: Mon, 25 Feb 2008 16:08:22 -0600

On Feb 25, 2008, at 06:57, Sebastian Posch wrote:

> I have a problem with using svn switch. We are relocating our svn
> server so now we want to switch all our repositories. I tried this:
>
> svn switch --relocate svn+ssh://user@OLDSERVER/repo/trunk svn+ssh://
> user_at_NEWSERVER/repo/trunk
>
> However, after a few minutes of runtime I get a "ssh: connect to
> host OLDSERVER port 22: Connection timed out. svn: Connection
> closed unexpectedly".
>
> Does that mean that in order to switch repositories, the old
> repository URL must still be accessible? I was hoping the command
> would just replace the URL strings in all the .svn folders without
> actually connecting to the host.
>
> I issued the switch command via our server which runs an old svn
> (1.1.4) if that helps.

svn switch --relocate is as far as I know supposed to just rewrite
the URLs in the working copy and not initiate any network connections.

Subversion 1.2.x and older are not supported anymore. Please update
to the current version which is 1.4.6.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-02-25 23:08:55 CET

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.