Subversion Hooks

Overview

Hooks are ways to do this before and after a commit with subversion. The hooks have their own directory which is typically at:

$repository/hooks/

Hook Templates

Subversion comes with templates to jumpstart your custom hooks.

start template

start-commit.tmpl 

pre templates

In there one will find pre related templates:

  pre-commit.tmpl  
  pre-revprop-change.tmpl  
  pre-lock.tmpl
  pre-unlock.tmpl

post templates

  post-commit.tmpl  
  post-revprop-change.tmpl
  post-lock.tmpl
  post-unlock.tmpl  
My tags:
 
Popular tags:
 
Powered by MojoMojo