File: README

package info (click to toggle)
libsvn-hooks-perl 1.19-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 372 kB
  • sloc: perl: 1,443; makefile: 7
file content (26 lines) | stat: -rw-r--r-- 944 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
SVN::Hooks - A framework for implementing 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, and
 * the integration with ticketing systems.

It also comes with post-commit hooks for

 * sending commit emails, and
 * 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.

Copyright (c) 2012 by CPqD (http://www.cpqd.com.br/)

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.

Home page: http://search.cpan.org/dist/SVN-Hooks/