Changes between Version 7 and Version 8 of RepositoryHookSystemPlugin


Ignore:
Timestamp:
Jan 2, 2009, 2:54:45 PM (15 years ago)
Author:
Jeff Hammel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RepositoryHookSystemPlugin

    v7 v8  
    11= turn repository hooks into pluggable extension points =
    2 
    3 '''This plugin has only been tested with SVN's post-commit hook.  Additional work may be required to get this to work with other SCMs or other SVN hooks.  Please contact the [wiki:k0s author] or [http://trac-hacks.org/newticket?component=RepositoryHookSystemPlugin&owner=k0s open a ticket] if you need additional functionality for this plugin (contributors also welcome).'''  If you're looking for plugins that work with SVN hooks, you might also try the SvnChangeListenerPlugin or the TracSvnPoliciesPlugin, or perhaps the contributed [trac:browser:trunk/contrib/trac-post-commit-hook trac post-commit hook] is sufficient for your purposes.
    42
    53== Description ==
     
    3230 * arbitrary hooks, not just post-commit
    3331
    34 ''[BETA] However, while architected, this plugin has only been tested with SVN and will probably only work with the SVN post-commit hook for now [BETA]''.  The reason for this is that the RepositoryHookSystemPlugin uses changeset-like objects as a means of passing data.  This works for SVN's post-commit-hook, but for other hooks it may be necessary to build or mock a changeset object.  I haven't done any work in this direction, though if there is community interest than I would pursue it.
     32''However, while architected to be arbitrary, this plugin has only been implemented for SVN''. 
     33
    3534
    3635== Bugs/Feature Requests ==