On Tue, Apr 12, 2016 at 12:03 AM, Mary Loftis <[email protected]> wrote: > We want a TRAC project which points to the ARES/ComponentLibrary area. The > following TRAC project is set up associated with the svn repo: > > ... > > [repositories] > # > # It should be noted that the path below doesn’t actually exist. > # There is no ComponentLibrary subfolder on the server, but it is > # accessible from the TortoiseSVN repo browser at > # https://<myserver>/ARES/ComponentLibrary. > # > ARES_ComponentLibrary.dir = e:\svn_repository\ARES\ComponentLibrary > ARES_ComponentLibrary.description = This is the 'ARES Component Library' > project repository. > ARES_ComponentLibrary.type = svn > ARES_ComponentLibrary.url = https://<myserver>/svn/ARES/ComponentLibrary > ARES_ComponentLibrary.hidden = true > tsvn = tsvn: Interact with TortoiseSvn > > [trac] > authz_file = E:\etc\.svnaccess > authz_module_name = ARES > permission_policies = AuthzSourcePolicy, DefaultPermissionPolicy, > LegacyAttachmentPolicy > permission_store = DefaultPermissionStore > ...
[trac] authz_module_name option is for the default repository. It seems your Trac doesn't the default repository. Please try to use default repository in [repositories] section like this: [repositories] .dir = e:\svn_repository\ARES\ComponentLibrary .description = This is the 'ARES Component Library' project repository. .type = svn .url = https://<myserver>/svn/ARES/ComponentLibrary .hidden = true -- Jun Omae <[email protected]> (大前 潤) -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
