|
- Associate Subversion commits with open tickets in popular applications such as Trac (hosted by Codesion)
- Codesion offers built in workflow integration with Rally, VersionOne, Basecamp, FogBugz, Lighthouse
- Block potential merge conflicts, empty log messages, and poor file names using Codesion's pre-commit hooks
|
|
Hook | Description | Type |
| Block Empty Log Messages |
Prevent users from committing changes without a log message for the change. |
pre-Commit |
| Block Merge Conflicts |
Prevent accidental commits of merge conflict markers (<<<<<< etc). |
pre-Commit |
| Case Insensitive Filenames |
Ensure systems with case insensitive filenames (windows, macos) do not allow case variations of the same filename to be committed |
pre-Commit |
| Notify URL (WebHooks) |
Notifies your custom scripts of commits by sending a POST request to a URL of your choice. POST parameters sent are: service, author, project, organization, youngest, log, changed. Experiment or contact support for details. |
post-Commit |
|