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

RE: How much libsvn_repos wrap around the libsvn_fs

From: Nitin Shukla <nitinshukla_at_infotech.stph.net>
Date: 2002-12-26 08:29:18 CET

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.

~mindlace wrote:
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.

Apache can handle request for remote svn client. We can solve the problem of
Access
Control with your approach. But how do we go about handling the local svn
client
requests? One approach seems to be the hook programs but currently they are
not
sufficient hook programs to provide read, write control.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Dec 26 08:30:13 2002

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.