Hello, we are using trac for multiple projects and would now like to give the members of our custom service access to our main project. It is very important that the customer-service has no access to our project list! So I've tryed this: http://trac.edgewall.org/wiki/TracMultipleProjectsSVNAccess but it doesn't work. I always get the error message "Environment not found" when I try to load the project list url. This is shown for every user.
Hers is the trac section of my apache conf-file RedirectMatch ^/trac/$ /trac/n RedirectMatch ^/trac$ /trac/n <Location /trac> SetHandler mod_python PythonInterpreter main_interpreter PythonHandler trac.web.modpython_frontend PythonOption TracEnvParentDir X:\xxx PythonOption TracEnvIndexTemplate X:\xxx\index.html PythonOption TracUriRoot /trac AuthName "Trac" AuthType Basic AuthBasicProvider file SVNParentPath "X:/xxx/" AuthUserFile "X:/yyy/htpasswd" AuthzSVNAccessFile "X:/xxx/authz" Require valid-user </Location> I also can't find any other solutions with google.... Is there any other (simple) way to do this? Our does anyone have an explanation for this problem Best Regards Bjoern --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
