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

Re: cannot checkout connection refused

From: Ryan Schmidt <subversion-2006q2_at_ryandesign.com>
Date: 2006-05-20 20:24:09 CEST

On May 20, 2006, at 20:09, Peter Michaux wrote:

> On 5/20/06, Ryan Schmidt wrote:
>
>> Is the FreeBSD machine using a firewall of some kind? Make sure to
>> configure it to allow traffic on Subversion's port 3690.
>
> It is a fresh install of FreeBSD 6.1-RELEASE. I didn't tweak anything
> as far as I know. During installation I did say I wanted SSH access
> allowed but I dont think that should be an issue here.
>
> How would I check if traffic is allowed on port 3690?

Well, I'm not sure. On Mac OS X I would check the Sharing system
preference panel and if the firewall were on, I would add a rule for
port 3690. But I don't use FreeBSD and so I don't know how you
configure the FreeBSD firewall.

You could test with the telnet command. On the Mac, type:

        telnet 192.168.0.103 3690

If you get a response like this:

        ( success ( 1 2 ( ANONYMOUS ) ( edit-pipeline ) ) )

then svnserve is running on the FreeBSD machine and the Mac should be
able to connect to it.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat May 20 20:25:07 2006

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.