« Earlier 1 items total Later »

On this page: 

SVNnotify post-commit hook

For example, the post-commit hook for the repository named "repos"
pacific# cat /home/svn/repos/hooks/post-commit


is

#!/bin/sh
REPOS="$1"
REV="$2"
/usr/local/bin/svnnotify -r $REV -C -d -H HTML::ColorDiff -p $REPOS -t [email protected] --from [email protected] --reply-to [email protected]

« Earlier 1 items total Later »