Posted by stodge on June 16, 2009 at 11:57am
Jump to:
| Project: | Version Control API |
| Version: | 6.x-2.x-dev |
| Component: | Commit Restrictions |
| Category: | feature request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Add a feature to the SVN pre-commit hook that ensures the developer referenced at least one ticket in the commit log message. Ideally provide an admin option that lets you toggle this feature.
This would bring Drupal's project modules more in line with Trac's functionality:
http://trac.edgewall.org/browser/trunk/contrib/trac-pre-commit-hook
Comments
#1
Sounds like an extension module making use of hook_versioncontrol_write_access(). There's nothing in that feature request that makes this specific to SVN, so let's move the issue to Version Control API. (The module would probably live somewhere else in contrib though.)
#2