On Thu, Nov 01, 2007 at 04:23:03AM -0000, rjcarr wrote: > I've come across mod_authz_svn and the AuthzSVNAccessFile for > Subversion, which looks like it will solve my problem (assuming this > file is checked when updated).
Yes, but keep in mind that path based checking can be expensive. > I'd like to get it working for Trac as > well, preferably using the same file, but I'm not entirely sure how to > do it (and the above mentioned wiki doesn't go into details). You could use in your trac.ini: [trac] authz_file = /path/to/subversions/authzfile authz_module_name = foo # if you use SVNParentPath and foo is your module But this is valid for trac's browser only, not for the entire environment. Rainer --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
