[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: Nico Kadel-Garcia <nkadel_at_comcast.net>
Date: 2006-05-20 20:26:50 CEST

Peter Michaux wrote:
> Hi,
>
> 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
>
> Any ideas what I should do?
>
> Thanks,
> Peter

Why not just use http://192.168.0.103:30000, and avoid svnserve? There are
enough fascinating potential firewall issues that it just seems safer and
saner to use the HTTP/HTTPS access.

---------------------------------------------------------------------
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:27:21 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.