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

svn doesn't start from xinetd

From: Nikola <root.admin1_at_zg.t-com.hr>
Date: 2007-01-04 20:53:08 CET

I am trying to use xinetd with svn.

My distro is Debian 3.1r2.

I am using /var/subversion as root for all my projects.

This is xinetd conf file for svn service:

--start--

service svn
{
        disable = no
        port = 3690
        socket_type = stream
        protocol = tcp
        wait = no
        user = root
        server = /usr/bin/svnserve
        server_args = -i -r /var/subversion
}

--end--

xinetd doesn't start svn.

Anyone ???

tnx,
Nikola.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jan 4 20:59:38 2007

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.