Hi, I inherited a trac installation recently, and last night I set up the svn integration. Everything works well -- trac is great! -- except that changesets give a "no handler matched request" message.
Sure enough, if I print out self.handlers of RequestDispatcher in main.py, it doesn't contain the ChangesetModule, although it does contain the changeset.AnyDiffModule. Where should I look next to track this down? It's version 0.11b1. We'll be upgrading soon, but I suspect that changsets worked for everyone else in the beta version, so it's probably a problem on my end. Best, Martin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
