Nitin Shukla wrote:
> Has there been any approach to develop the read hook scripts
> I know that the read sentinels are yet to be implemented and
> is supposed to communicate with the Subversion server using
> protocol which not decided yet. Probably LDAP can be used
> if we can make Subversion server understand LDAP protocols.
> If anyone has thought any approach i.e. developing read hook
> scripts and/or implementing the read sentinels pls. update me.
I don't understand why you're trying to solve this problem in subversion; it
seems like the place to handle this is apache. Having per-path permissions
checking would be relatively easy to implement with, for example, mod_python (or
mod_perl, if that's your preference) which could call out to LDAP or whatever
external permission-storing mechanism you want to use.
~mindlace
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Dec 25 08:49:51 2002