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

book: setting up xinetd

From: Lee Semel <lsemel_at_yahoo.com>
Date: 2004-04-22 04:36:14 CEST

On the section about setting up svnserve, http://svnbook.red-bean.com/svnbook/ch06s03.html
 
you may want to add instructions for setting it up with xinetd, and a sample file in /etc/xinetd.d
 
service svn
{
    disable = no
    socket_type = stream
    protocol = tcp
    wait = no
    user = svn
    port = 3690
    server = /usr/bin/svnserve
    server_args = -i -r /var/svn
}
 

                
---------------------------------
Do you Yahoo!?
Yahoo! Photos: High-quality 4x6 digital prints for 25¢
Received on Thu Apr 22 06:11:30 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.