"Nitin Shukla" <nitinshukla@infotech.stph.net> writes:
> 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.
> Is there any such work going on in the Subversion Development
> community?
No; we've pretty much let them lie, and probably will continue to do
so until after 1.0, since there's a whole protocol to design here.
If you'll be using ra_dav, then I'd recommend doing access control via
Apache, since it's there for free (I doubt that Greg Hudson wants to
add ACLs to ra_svn independently of some future core Subversion ACL
system, though I could be wrong there).
Note that true access control is impossible over ra_local, since the
controlling factor there is OS file permissions. All Subversion can
do in the ra_local case is make it more or less convenient to get at
the data.
-K
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Dec 26 00:48:10 2002