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

Re: FW: Problem with connection to server

From: Greg Stein <gstein_at_lyra.org>
Date: 2002-02-09 01:56:17 CET

> From: Tom Varga [mailto:tvarga@lsil.com]
> Sent: Friday, February 08, 2002 12:59 PM
>...
> > subversion/clients/cmdline/svn checkout
> http://svn.collab.net/repos/svn/trunk -d svn
>
> apr_error: #20014, src_err 0 : <Error string not specified yet>
> Could not connect to server (svn.collab.net, port 80).
>
> svn_error: #21081 : <RA layer request failed>
> neon: Could not connect to server: Connection timed out
>
>
> Am I correct in assuming that this has to do with being behind a
> firewall? I have no problem with browsing to the following
> http://svn.collab.net/repos/svn/trunk page. Is there any way around
> this problem?

Some firewalls are not WebDAV compatible and will post problems.
(see http://www.webdav.org/other/proxy.html)

Try using port 81 for your checkout:

$ svn co http://svn.collab.net:81/repos/svn/trunk -d svn

It could be that your firewall is doing app-level filtering on port 80 and
blocking the DAV methods, but it will allow anything through on other ports
(such as port 81). (of course, you firewall could simply be blocking it,
too... :-)

[ note that we run the SVN server on both ports, 80 and 81, specifically for
  people with some firewall problems... ]

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:05 2006

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.