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

Multiple Lines for groups in authz conf file

From: Paul Gier <pgier_at_redhat.com>
Date: Wed, 31 Mar 2010 17:39:03 -0500

I'm using mod_authz to specify permissions in svn. Is there a way to list the
group members on multiple lines instead of just a single line? For example,
instead of:

[groups]
developers=joe, frank, bob

I would like to have something like:

[groups]
developers=
joe,
frank,
bob

Will this work? The reason is that one of the groups is very large, and it's
messy to have all the users on one line.

Thanks!
Received on 2010-04-01 00:54:22 CEST

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.