mod_authz_svn and branches (copying)
From: Frank Wallingford <frank.wallingford_at_technologist.com>
Date: 2007-04-28 04:54:57 CEST
I'm using subversion-1.4.3 (r23084) on a Linux server, with mod_dav_svn
I am trying to lock down a repository of this format:
/trunk/a/a
I want the "secret" directory to be non-readable to most users.
In Apache, I'm using "SVNParentPath" to point to a directory like /foo.
I am also using "AuthzSVNAccessFile", and the contents of that file look
[groups]
[/]
[proj:/]
[proj:/trunk/a/secret]
Now, the permissions seem to be working fine on /trunk/a/secret. "user1"
However, after reading the documentation, I was under the impression that
Here is the documentation that had me convinced that this should work as I
The mod_dav_svn module goes through a lot of work to make sure that
However, "user2" has full access to /branches/proj-1.0/a/secret.
Is this supposed to work? If not, is there any way to protect this branch
Thanks,
-Frank
-- ---------------------------------- Frank Wallingford frank.wallingford@technologist.com --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Sat Apr 28 03:56:49 2007 |
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.