Can't figure out authzfile syntax for subdirectory access control
From: Xn Nooby <xnooby_at_gmail.com>
Date: 2006-04-27 16:38:04 CEST
Hi,
I'm trying to get path-based authorization to work on an existing
I changed my svnserve.conf file by adding the line:
authz-db = authzfile
In the authzfile I added the following lines to block all access:
[/]
Then I added the following line to give myself read/write access (which
[/]
[/]
When I try to limit my access to specifc folders, it doesn't work:
[/]
[/svnrepo/clientname]
This results in an "access denied" when I try to commit a change. I believe
My server is svnserve on a Windows 2003 Server. Svnserve is running as a
http://svnbook.red-bean.com/en/1.1/ch06s04.html#svn-ch-6-sect-4.4.2
But I do not understand the syntax of their pathname, why does it have a
[calc:/branches/calc/bug-142]
Any suggestions? I need to figure out how to control access to
I trined many things like:
[/svnrepo/clientname]
Thanks!
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.