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

svnserve and xinetd

From: Mark Brown <mark.brown_at_rogers.com>
Date: 2004-03-15 17:59:24 CET

Hi,
Running Subversion 1.0.0 on Mandrake 9.1 and having trouble getting
svnserve to work with xinetd.
Added the following lines to /etc/services:

svn 3690/tcp # Subversion
svn 3690/udp # Subversion

and have file /etc/xinetd.d/svn:

service svn
{
    disable = no
    socket_type = stream
    protocol = tcp
    wait = no
    user = root
    instances = 1
    port = 3690
    server = /usr/bin/svnserve
    server_args = -i -r /xxx/yyy/repos
}

Trying to checkout project 'zzz' with:

svn checkout svn://localhost/zzz

Produces an message:

svn: Connection closed unexpectedly

Any help would be greatly appreciated.
Mark Brown (newbie)

PS. if svnserve is started manually with svnserve -d -r /xxx/yyy/repos
then the checkout works

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Mar 15 17:59:54 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.