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

svn: Can't connect to host '127.0.0.1': Connection refused - ?

From: WOB <wayofbsd_at_verizon.net>
Date: 2005-08-12 08:26:33 CEST

Hi,

I'm running Subversion 1.2 on FreeBSD 5.4, and seem to only be able to
connect to svnserve when I use 'localhost' as the server name. I plan
to access the svnserver from other machines in my house, so I need to be
able to address it by it's IP. I cannot access the svnserve from the
host machine using it's normal IP or the loopback IP. For eaxample:

These do not work:

  svn list svn://192.168.0.5/mnt/ad1s1/repos/myne
  svn list svn://127.0.0.1/mnt/ad1s1/repos/myne

These do work:

  svn list svn://localhost/mnt/ad1s1/repos/myne
  svn list file:///mnt/ad1s1/repos/myne

I am running svnserve like this:

  svnserve -i

After putting this line to my /etc/inetd.conf:

  svn stream tcp nowait root /usr/bin/svnserve svnserve -i

I am trying to follow the directions located here:

  http://svnbook.red-bean.com/nightly/en/svn-book.html

Any suggestions? I prefer not to run Apache and the Web-dav stuff.

thanks!

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Aug 12 08:28:37 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.