On Sun, Sep 7, 2008 at 12:35 AM, Robb <[EMAIL PROTECTED]> wrote:
>
> I am a bit confused about integrating SVN permissions and Trac Fine
> Grained permissions in Trac 0.11
>
> Fine grained permission using AuthzPolicy is somewhat documented here:
>  http://trac.edgewall.org/wiki/TracFineGrainedPermissions
>
> mod_authz_svn is documentted some here:
>  http://trac.edgewall.org/wiki/TracMultipleProjectsSVNAccess
>
> I would like to use a single file for both Trac and SVN if possible
> and practical. The documentation TracFineGrainedPermissions implies
> that AuthzPolicy is the new and improved method but it looks like it
> is not SVN authz compatible. And the instructions for mod_authz_svn
> are different than listed in TracMultipleProjectsSVNAccess.
>
> A search of groups and web pages has not trigged any enlightenment.
> Maybe there is a Wiki page that explains this better or maybe I am
> chasing a cloud.
>
> I am new to Trac, starting with version 0.11. I have it running
> (finally) and am now refining the system to see if I can get it to
> work for my environment.
>
> Any suggestions on the best way to integrate Trac fine grained
> permissions (I really would like to use these) and SVN fin grained
> repository control (from both Trac and svn clients)?
>

This is mostly a nomenclature confusion.  The plugin you speak of is
called AuthzPolicy because it uses an authz-like file format, not
because it has anything to do with mod_authz_svn.  But that format is
certainly not understood by mod_authz_svn, which expects all paths to
be repository paths.  The only way you'd be able to use the same file
for both is if you modified mod_authz_svn to ignore the Trac
permissions that it doesn't understand.  But honestly, it's not worth
your effort.  Just maintain two separate files--it's not a big deal as
there isn't really any overlap.

Erik

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
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