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

cannot checkout connection refused

From: Peter Michaux <petermichaux_at_gmail.com>
Date: 2006-05-20 19:57:02 CEST

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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat May 20 19:58:06 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.