I don't believe that Subversion implements a way to do that directly. For
the server I help manage, we generate access files from a combination of
sources, which then lets us auto-generate lists of users, rather than
maintain a list in an editor. Sounds like that could be the right approach
in this case.
Eric.
On Fri, Oct 26, 2018 at 7:06 AM William Muriithi <william.muriithi_at_gmail.com>
wrote:
> Hello
>
> I have an SVN where a user can login through two accounts. For
> example, william_at_example.com and william_at_example.org. The access
> rules however are tailored for one domain
>
> I want to prevent users in one domain being able to commit. I however
> don't want to list them all again. Its there a way one can use a wild
> card to match all users in a specific domain in the auth file?
> Something like *@example.org to match all users who login from
> example.org accounts?
>
> Any pointer is highly appreciated.
>
> Regards,
> William
>
Received on 2018-10-26 20:24:20 CEST