Modify ↓
Opened 16 years ago
Closed 16 years ago
#3312 closed enhancement (wontfix)
extend SVNChangeListener to work with the pre-commit hook and other hooks
Reported by: | Jeff Hammel | Owned by: | Jeff Hammel |
---|---|---|---|
Priority: | normal | Component: | SvnChangeListenerPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
currently, SVNChangeListener is wired into the post-commit-hook, which is generally what is desired. However, the basic implementation could be subclass, with each subclass tied to a different hook and implementing a different interface. The rest of the infrastructure could remain unaltered
Attachments (0)
Note: See
TracTickets for help on using
tickets.
implement in RepositoryHookSystemPlugin, possibly backport