Re: Restrict read-access of inside part of the repository
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-03-28 18:26:48 CET
Jani Averbach <jaa@cc.jyu.fi> writes:
> Is there any way to restrict read access of some directory inside of
The problem is that httpd.conf is only able to control authorization
http://host/repos/foo/bar
But most of the http requests sent by svn clients are on opaque urls
http://host/repos/!svn/wrk/boo/bah
And it's very easy for *multiple* opaque urls to map to a single
So the party line has always been: "for fine grained authorization,
Unfortunately, we don't have any read-hook scripts yet. :-(
---------------------------------------------------------------------
|
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.