On Fri, Jun 20, 2008 at 12:01 AM, Jeff Hammel <[EMAIL PROTECTED]> wrote: > > I have written a plugin that essentially turns a post-commit-hook into a > pluggable extension point: > > http://trac-hacks.org/wiki/SvnChangeListenerPlugin >
Very nice--I've had to write a few post-commit hooks for Trac in the past. For example, for a usage auditing script in which I could easily make use of the IWikiChangeListener and such interfaces, but lacked an "IRepositoryChangeListener". Even if it does have to be backed by a hook script (which it certainly does) I love the idea of providing a generic interface for this instead of having to write additional hook scripts for everything. Erik --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Development" 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-dev?hl=en -~----------~----~----~----~------~----~------~--~---
