[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: emf <i_at_mindlace.net>
Date: 2002-12-25 08:49:03 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.

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

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.