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

Re: update processing

From: Ben Collins-Sussman <sussman_at_newton.collab.net>
Date: 2000-12-17 18:03:09 CET

Greg Stein <gstein@lyra.org> writes:
 
> Note ... I think we might want to re-introduce libsvn_svr as a utility
> layer over the FS. That layer would share some funcs between mod_dav_svn and
> libsvn_ra_local. I'm not sure what it would do (we'd need to start ra_local
> to really tell), but we've got the concept there...

Hmmm, yeah, I know where you're coming from.

The original point of libsvn_svr was to provide:

   * broad access-control policies to the repository

   * a system of mapping multiple users and authentication methods to
     a *single* filesystem user. (i.e. if an FS node has an ACL
     describing what user "jimb" can or can't do, how do we know that
     that "jimb@red-bean.com/ssh" is the same person as
     "jimb@redhat.com/kerberos"?)

The layer was thrown out because we decided that Apache could
essentially do these things.

But now it seems that libsvn_ra_local will *lack* the ability to do
these things!
Received on Sat Oct 21 14:36:17 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.