On Fri, 2004-10-22 at 16:34, Scott Palmer wrote:
>
> Dang it... I'm not supposed to be replying anymore... :)
>
> I disagree.
> In this case it isn't subversion that has the feature at all. The
> feature is handled by apache. It's a subtle point, but a point none the
> less. The url I use to access the repository shouldn't have anything
> to do with what is or is not allowed. That's just plain bad design.
>
>
You are absolutely right. This is a subtle point and perhaps I should
have been more clear before hand. This is not access control based on
URLs. I am not putting in my httpd.conf or .htaccess files directives
to limit access to URLs such as http://svn.my.domain/myrepo/tags. The
module mod_authz_svn, which is part of the subversion distro, allows me
to limit access to directories with ACLs like
[/tags]
* = r
dnewman = rw
That is a repository local directory.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Oct 22 23:05:28 2004