[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Error checking during authz lookup

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2005-07-05 07:08:40 CEST

I haven't reviewed this yet, but I have a related comment.

After considering the issue for a while, I think I would like to see
finalized libsvn_repos function signatures use an abstract type for the
authz configuration. It can just contain an svn_config_t * in the
current implementation.

My reasoning is that the current representation does not seem to be as
efficient as I thought it was. We appear to enumerate and reparse the
config file for each access check, and I suspect we can do substantially
better with a different representation. I think we should leave the
door open to that.

(Also, it looks like we're already supporting recursive queries of the
authz configuration. So, everything I said before about having to give
up on wildcard support is moot; apparently, we've already given up on
that.)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jul 5 07:10:10 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.