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

Re: Granular repository access via httpd

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-01-30 23:25:48 CET

"Sander Striker" <striker@apache.org> writes:
> I am personally getting the feeling we have to implement acls in svn
> at some point (preferably before 1.0, but after all the major features).
> I don't know if we can implement a pre-commit hook that does simple write
> restriction. We probably can, and if so, we can defer the acl
> implementation to post 1.0 IMO.

This can be done in the pre-commit hook, by inspecting the txn about
to be committed. If we want an _efficient_ checker that rejects the
commit as soon as an unauthorized path is sent, we might consider
implementing the `sentinels' code that has been lying dormant next to
the hook code for some time now.

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:01 2006

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.