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

RE: [LINUX] How to launch svnserve process with another user than 'root' ?

From: Anthony Muller <Anthony.Mueller_at_hyperoffice.fr>
Date: 2006-08-30 17:44:52 CEST

> I don't know anything about Linux ... But I need to launch svnserve
> process (using xinetd deamon) with another user than 'root'.
>
> What must I change to do that?

> sample config which runs svnserve as user 'svn'

> /etc/xinet.d/svn
> service svn
> {
> socket_type = stream
> protocol = tcp
> user = svn
> wait = no
> disable = no
> server = /usr/bin/svnserve
> server_args = -i -r /srv/svn
> port = 3690
> }

Must I change anything on subversion's repositories files ?

Anthony

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 30 18:02:20 2006

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.