You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Stefan Fuhrmann <st...@apache.org> on 2017/12/04 12:06:00 UTC

Re: Ideas for tracking Authz changes in a repo

On 29.11.2017 18:40, Paul Hammant wrote:
> Thanks for this Marc. I'll go ahead and play with it to learn it capabilities 
> and (hopefully few) snags.

In 1.10 and for svn:// since 1.9, in-repository authz can be a lot
faster than file-based authz.  The reason is that repositories
provide O(1) update checks on the authz contents, making cache
validity checks very efficient for large authz specs.

-- Stefan^2.