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

Re: svnserve privilege changing/dropping command line options patch

From: Marcus Rueckert <darix_at_web.de>
Date: 2005-04-26 15:20:38 CEST

On 2005-04-26 13:40:12 +0200, Marcus Rueckert wrote:
> just some examples:
[other solutions snipped]

i forgot about inetd:

[[[
$ cat /etc/xinetd.d/svn
# svnserve via xinetd.
# please see http://svnbook.red-bean.com/en/1.1/ch06s03.html for
# documentation
# default: off
# service name has to be in /etc/services.
#
# example:
# $ grep "^svn " /etc/services
# svn 3690/tcp # Subversion
# svn 3690/udp # Subversion
#
# some os/distros might put "svnserve" as service name
#
service svn
{
    disable = no
    socket_type = stream
    protocol = tcp
    wait = no
    user = svn
    group = svn
    server = /usr/bin/svnserve
    server_args = -i -r /srv/svn/repositories/
}
]]]

i dont use other inetds. but i am sure they have similar options.

darix

-- 
irssi - the client of the smart and beautiful people
              http://www.irssi.de/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Apr 26 15:32:21 2005

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.