Hi Trac Users,

I'm trying to achive the following:

a) SVN repos with the following structure:
      root
         trunk
         branches
         tags

b) Trac using a authz file:

[project1:/]
*=
dev = rw

[project1:/tags]
user1 = r

Which means that user1 has only access to the tags path of the svn
repos.

I would like to have Trac only show the tags path in the browser
module for user1. User 'dev' should see all paths.

The problem i'm facing is that user1 gets an
"Insufficient permissions to access /" error message in trac.
I understand this because only user 'dev' has access to /. If i alter
the URL of trac to .../browser/tags then the browser will show the
tags path to user1.


How do i configure trac to only show the tags path to user1?

Greetings,
Chuvke?

--~--~---------~--~----~------------~-------~--~----~
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