fe81f67736
- Add LICENSE - Support STAGEDIR - Use single space after WWW: - Pass maintainership to submitter - While I'm here, remove leading indefinite article from COMMENT Changes: http://search.cpan.org/dist/SVN-Hooks/Changes PR: ports/185191 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
23 lines
729 B
Text
23 lines
729 B
Text
SVN-Hooks is a Perl framework for creating Subversion hooks.
|
|
|
|
It comes with a bunch of plugins (actually, sub-modules of SVN::Hooks)
|
|
that implement some of the most used standalone Subversion hooks
|
|
available, such as pre-commit hooks for enforcing:
|
|
|
|
- the log message format
|
|
- property settings
|
|
- the repository structure
|
|
- restrictions on the modification of repository areas (e.g., /tags)
|
|
- restrictions on filenames
|
|
- the integration with ticketing systems
|
|
|
|
It also comes with post-commit hooks for:
|
|
|
|
- sending commit emails
|
|
- updating configuration files in the server from changes made in
|
|
the repository
|
|
|
|
But as a framework, it can be extended to implement all types of
|
|
hooks.
|
|
|
|
WWW: http://search.cpan.org/dist/SVN-Hooks/
|