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!

Reply via email to