Per-directory access control bug?
From: Jim Fulton <jim_at_zope.com>
Date: 2006-05-13 00:02:07 CEST
I've been using per-directory access control with svnserve (subversion
[groups]
[/]
[/proj1]
In this example, Bob can read proj1, but can't read the root. He can't
Now, suppose I want to let Mary work on proj2. It seems like I should
[/proj2]
But this doesn't work. Mary can read proj2, but she can't write it.
[groups]
[/]
[/proj1]
[/proj2]
she can write proj2, but she can also read everything else. I don't
[groups]
[/]
[/proj1]
[/proj2]
[/proj3]
[/proj4]
...
But of course, this is a pain and Mary can still list other projects,
It appears to me that this is a bug. I don't think I should need to
Even though the 1.3.1 release notes didn't say anything about this, I
Thoughts?
Should I report a bug?
Jim
-- Jim Fulton mailto:jim@zope.com Python Powered! CTO (540) 361-1714 http://www.python.org Zope Corporation http://www.zope.com http://www.zope.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Sat May 13 00:03:14 2006 |
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.