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

Re: can't access svn:// schemes, http:// OK ... is it svn 1.2rc2 or my firewall?

From: Jani Averbach <jaa_at_jaa.iki.fi>
Date: 2005-05-06 18:49:49 CEST

On 2005-05-06 09:33-0700, OpenMacNews wrote:
> hi all,
>
> i'm seemingly unable to access external svn:// repositories.
...
> any suggestions as to what/where the problem might be? or where to begin to
> look? i've honestly no idea if it's my firewall or the subversion build
> itself.

You could try to telnet directly to the server:

$ telnet localhost 3690
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
( success ( 1 2 ( ANONYMOUS ) ( edit-pipeline ) ) )

This is a hello from svnserve which is the server end of ra_svn.

When I try the svr2.postgresql.org, I get:

$ telnet svr2.postgresql.org 3690
Trying 65.19.161.25...
telnet: connect to address 65.19.161.25: Connection refused

So it seems that there isn't anybody home.

BR, Jani

-- 
Jani Averbach 
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri May 6 18:54:24 2005

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.