bbcba6e4af
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/
17 lines
671 B
Text
17 lines
671 B
Text
%%SITE_PERL%%/SVN/Hooks.pm
|
|
%%SITE_PERL%%/SVN/Hooks/AllowLogChange.pm
|
|
%%SITE_PERL%%/SVN/Hooks/CheckLog.pm
|
|
%%SITE_PERL%%/SVN/Hooks/CheckMimeTypes.pm
|
|
%%SITE_PERL%%/SVN/Hooks/CheckProperty.pm
|
|
%%SITE_PERL%%/SVN/Hooks/CheckStructure.pm
|
|
%%SITE_PERL%%/SVN/Hooks/DenyChanges.pm
|
|
%%SITE_PERL%%/SVN/Hooks/DenyFilenames.pm
|
|
%%SITE_PERL%%/SVN/Hooks/JiraAcceptance.pm
|
|
%%SITE_PERL%%/SVN/Hooks/Mailer.pm
|
|
%%SITE_PERL%%/SVN/Hooks/Notify.pm
|
|
%%SITE_PERL%%/SVN/Hooks/UpdateConfFile.pm
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/Hooks/.packlist
|
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/Hooks
|
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN
|
|
@dirrm %%SITE_PERL%%/SVN/Hooks
|
|
@dirrmtry %%SITE_PERL%%/SVN
|