Hello All, I have setup trac as documented with the new multirepo setup as per http://trac.edgewall.org/wiki/0.12/TracRepositoryAdmin
I then setup my SVN hooks and enabled the plugin. Created my test ticket and performed a svn commit with change notes : Closes #1 This updated the changeset for the repo but did not update the ticket status and resolution. I then set debug logging on. 010-10-14 16:24:24,839 Trac[loader] DEBUG: Loading tracopt.ticket.commit_updater from /usr/lib/python2.4/site-packages 2010-10-14 16:24:24,843 Trac[api] DEBUG: Event changeset_added on /home/fmpub/svn/Test for changesets () 2010-10-14 16:24:24,866 Trac[svn_fs] DEBUG: Subversion bindings imported 2010-10-14 16:24:24,870 Trac[cache] INFO: repos rev [46] != cached rev [45] 2010-10-14 16:24:24,872 Trac[cache] INFO: Trying to sync revision [46] 2010-10-14 16:24:24,873 Trac[cache] DEBUG: Caching node change in [46]: (u'testing.file46', 'file', 'add', None, -1) I can see the module get loaded and the change picked up by trac but the ticket does not get updated. Please advise, Jesse -- 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.
