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

Re: svnserve doesn't

From: Kevin Williams <kevin_w69_at_hotmail.com>
Date: 2004-06-07 05:30:10 CEST

>>I created /etc/inetd.conf (It didn't exist. Significant?) with the
>>following entry:
>>svn stream tcp nowait svnowner /usr/local/bin/svnserve svnserve -i
>>
>>I started svnserve -i (also tried -d)

You're preparing inetd to be the "super server" for svnserve. To start the
service, you need to start inetd. Since /etc/inetd.conf didn't exist, you
may need to install and configure inetd before continuing.

Did you try running 'svnserve -d' in one terminal and 'telnet localhost
3690' in another? The book details this test and what should be returned. If
you get the correct result there, it should be safe to assume that svnserve
is installed and functional, and the rest will be configuration issues.

>svn co svn://localhost/home/jont/Work/repos
>subversion/libsvn_ra_svn/client.c:150: (apr_err=111)
>svn: Can't connect to host 'localhost': Connection refused

That sounds like svnserve (or inetd) is not running - there is not an open
socket for svn to connect to. Your syntax here looks correct once svnserve
is configured properly.

Hope that helps.

Kevin

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jun 7 05:31:30 2004

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.