Encapsuled group is forbidden in repositry browser in trac.
In subversion web interface, encapsuled group can browse repositry.

Is it bug ?

httpd.conf
----
<Location "/svn">
...
  AuthzSVNAccessFile svnauthz
</Location>
----

trac.ini
----
[trac]
authz_file = svnauth
----

svnauth
----
[groups]
team = user1
group = user2,@team

[/]
@group = rw
* =
----
In repository browser of trac, user1 is forbidden, user2 can browse.
user1 and user2 can browse using subversion web interface.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to