Alan M. Evans wrote on Wed, Apr 27, 2011 at 08:51:03 -0700: > On Tue, 2011-04-26 at 16:07 -0700, David Brodbeck wrote: > > > So the short answer is there's probably no way to do what you want > > except by creating a group with everyone but jon in it. >
I haven't read the thread, but this caught my eye. There are some not-well-documented features in libsvn_repos/authz.c... In particular I'm thinking of this feature: /* If the rule has an inversion, recurse and invert the result. */ if (rule_match_string[0] == '~') return !authz_line_applies_to_user(&rule_match_string[1], b, pool); Sounds like it might be relevant? > But I tried this already: > > [groups] > ourcompany = alan,james,craig,tony,keith,ken > > [/] > @ourcompany = rw > > Nobody can access the repository at all. > > -Alan >