SVN - Subversion with xinetd

addgroup --system svn
adduser --no-create-home --disabled-login --shell /bin/false --system --ingroup svn svn

This service is depend from: xinetd.

/etc/xinetd.d/svn

service svn
{
    disable = no
    flags = REUSE
    socket_type = stream
    wait = no
    user = svn
    server = /usr/bin/svnserve
    server_args = -i -r /var/svn
    bind = 127.0.0.1
}



http://wiki.hup.hu/index.php/Subversion_howto

 
Logged in as: Oszkár Kmetti
other/svn.txt · Last modified: 2009.01.14 16:50 by oszi
 
Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki