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

RE: tcp/ip compression

From: Bruce Elrick <bruce.elrick_at_sylogist.com>
Date: 2002-06-26 22:37:24 CEST

From: Ben Collins-Sussman [mailto:sussman@collab.net]
> "pivotgrind" <pivotgrind@hotmail.com> writes:
[...]
> > Authorization
> > By authorization, we mean answering the question:
> >
> > "Is user X allowed to perform action Y on data Z?"
> >
> > The Subversion filesystem provides a single interface for
> answering this
> > question.
>
> Sorry, that part of the design doc is waaaaay old. We use apache to
> do authentication, but *authorization* is a different story.
>
> For now, you need to use apache's <Location> directives (in
> httpd.conf) to restrict what certain users can and cannot do in the
> repository. You can also use pre-commit hook scripts to do the same,
> with much finer granularity. But this all has to be done in a
> home-made way.

Question from a lurker (who hasn't installed Subversion)
Given the above statement about authorization, can you use .htaccess files
checked into the repository to control access since .htaccess files can
contain directives?

>
> Someday after 1.0, we're thinking about putting real ACLs into the
> repository filesystem, provided our heads don't explode while thinking
> about it.
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jun 26 22:38:00 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.