On Thu, Feb 19, 2009 at 09:54, Jeff Hammel <[email protected]> wrote: > > The issue isn't that TicketChanger is SCM specific (its not, or shouldn't > be, in any case, though its only been tested via SVN). The webpage > referenced is for a completely unrelated plugin (sorry for the naming > confusion!). The home of RepositoryHookSystem is > http://trac-hacks.org/wiki/RepositoryHookSystemPlugin. As the diagram > shows, the plugin-points (like TicketChanger, > http://trac-hacks.org/browser/repositoryhooksystemplugin/0.11/repository_hook_system/ticketchanger.py) > should be SCM agnostic. However, they still need something to plug into. > For SVN, this is > http://trac-hacks.org/browser/repositoryhooksystemplugin/0.11/repository_hook_system/svnhooksystem.py. > For Git (and everything else, for that matter), this layer remains > unwritten. >
Looks like this might already be done for us. And of course, the code resides in a git repository :) http://www.terdmonk.com/2008/12/07/trac-post-commit-hooks-git

