SVN Can't connect to host
Posted
by dan.codes
on Stack Overflow
See other posts from Stack Overflow
or by dan.codes
Published on 2010-06-11T13:00:04Z
Indexed on
2010/06/11
13:02 UTC
Read the original article
Hit count: 155
svn
We have a SVN repository setup on a remote host server. We have a brand new Dev server which eventually I will be setting up our repository on there, but for now I am trying to export a project onto the dev server from SVN. When I try to do it, I get svn: Can't connect to host 'website.com': Connection timed out.
I can connect fine from any other server so I am assuming it must be something on the dev server, I am just not sure what setting might be blocking this. I can ping the server and that comes back with results, I thought maybe since it was a local network server, there might of been something blocking access to the external web.
I'm just looking for a few ideas as to what it might be.
© Stack Overflow or respective owner