On Fri, Jun 20, 2008 at 11:08:00AM +0200, Emmanuel Blot wrote: > > > Haven't read the code, but +$BIGNUM on the idea at least. > > +1 as well, I think Trac core needs such an Interface, although I > believe it should not be tied to a specific SCM: an > "IVersionControlChangeListener" or "IRepositoryChangeListener" to > follow the current naming scheme.
Agreed that this should be generalized to work with any SCM type that trac supports. I haven't played with any of the other SCMs and trac together, so I'm not sure if (for instance) changeset objects all conform to the same interface. But were this the case, and the actual on_change function can be assumed to work the same for all repos, then it'd be my inclination that this be generalized, the SVN post-commit-hook case just being an example of the actual pusher of changes. jeff --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
