Skip to content
alexanderzimmermann edited this page Oct 9, 2010 · 5 revisions

Hook Framework

The hook framework aims to provide a consistent framework for subversion event hooks. The program is written in one of the most popular programming languages, PHP. The goal is to organize the hooks within listener. Each listener can tell which file type and which subversion action the listener should take care of. Also it is possible to filter directories or files that the listener should not process.

Get started

  • Install the hook framework to your subversion repository.
  • Description of the hook framework