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

Re: SVN IP Changed

From: Stefan Hett <stefan_at_egosoft.com>
Date: Mon, 30 Jan 2017 17:28:10 +0100

Hi Narender,

On 1/30/2017 4:01 PM, Narender Singh wrote:
> ​
> Hello Experts,
>
> I have SVN Server running on linux which is recently migrated to
> another server. means IP address changed. Now I tried accessing it
> through client and ssh, it says
>
> svn: E000110: Unable to connect to a repository at URL
> 'svn://OLDIP.ADD.XX.XX/path/svn/PATH'
> svn: E000110: Can't connect to host 'OLDIP.ADD.XX.XX': Connection
> timed out
>
> where OLDIP.ADD.XX.XX is the old IP and NEWIP.ADD.XX.XX is the new IP.
>
> Now when I runs svn relocate it given below error:
>
> svn: E210005: Unable to connect to a repository at URL
> 'svn://NEWIP.ADD.XX.XX/path/svn/PATH'
> svn: E210005: No repository found in 'svn://NEWIP.ADD.XX.XX/path/svn/PATH'
>
> SVN LIST output:
>
> svn list
> svn: E000110: Unable to connect to a repository at URL
> 'svn://OLDIP.ADD.XX.XX/path/svn/PATH'
> svn: E000110: Can't connect to host 'OLDIP.ADD.XX.XX': Connection
> timed out
>
> Can you please help me it resolving this ?
>
> */Thanks,
>
> N
> ​S
> /*
looks like there's a problem communicating with the new server. Try a
simple checkout of the repository using the new server URL to be sure. I
expect this to fail too.
FWIW: Using the relocate operation is the right way to go. So that part
you got correct.

You need to check out the communication error on the new webserver. It
can be a multitude of causes including svnserver not running, firewall,
port mismatch, privilege issues of the svnserve-process.
Alternatively your client might be restricted to access the new
webserver (check the firewall settings and general accessibility of the
new webserver from the client).

The webserver logs should point you in the right direction.

-- 
Regards,
Stefan Hett
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3205804
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2017-01-30 17:28:22 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

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