[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:06:30 CEST

On May 20, 2006, at 19:57, Peter Michaux wrote:

> I have Mac OS X 10.3.9 on one computer and FreeBSD 6.1 on another.
> They are both connected to my router. If I start a webserver (Webrick
> for rails applications) on the FreeBSD machine I can view the website
> on my Mac by navigating to "http://192.168.0.103:3000/". So I know the
> two machines can talk to each other.
>
> On the FreeBSD machine I created a repository, did an initial "svn
> import" and can checkout the repostitory two ways. This is all on the
> FreeBSD machine.
>
> # cd /home/peter/
> # svn checkout file:///home/peter/projectA
> Checked out revision 1
>
> # cd /home/peter/
> # svnserve -d -r /home/peter/proj
> # svn checkout svn://localhost/projectB
> checkout out revision 1
>
> Now I would like to do a checkout on the Mac
>
> $ svn checkout svn://192.168.0.103/projectB
> subversion/libsvn_ra_svn/client.c:141: (apr_err=61)
> svn: Can't connect to host '192.168.0.103': Connection refused
> $ svn checkout svn://192.168.0.103:3690/projectB
> subversion/libsvn_ra_svn/client.c:141: (apr_err=61)
> svn: Can't connect to host '192.168.0.103': Connection refused

Is the FreeBSD machine using a firewall of some kind? Make sure to
configure it to allow traffic on Subversion's port 3690.

---------------------------------------------------------------------
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:07:32 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.