Hi, I've got a little problem with the "link to changesets" creation of trac. I got several project folders in one svn repo. Here is an example of the svn_authz permissions
----8<---- [projects:/] * = @auth = r [projects:/foo] * = r @auth = rw [projects:/bar] @auth = rw ----8<---- The repo in my Trac instance is set to project/foo. Now when Trac links a changeset, that will generate a link like this: http://trac.example.org/foo/changeset/123 But clicking on this will try to access the svn root (i.e., projects/). But that is not accessible by anonymous user (and should not be since they should not see the other project sub-folders). Now I know how to fix this by simply appending "/foo" to the URI, i.e, http://trac.example.org/foo/changeset/123/foo will also work for anonymous users. Question is, is there any "simple" way to get Trac to generate the links including the path to the relative project (as set in the trac.ini) so anonymous users can actually see the public changesets? /HeX -- 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.
