Hi,
> 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,
> f
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?