subversion email notification

subversion email notification

Posted by: ecvej
Posted on: 2006-06-18 08:52:00

I understand that using the post-commit hook I can have an email sent to myself when a user commits files. The command in the template was:-

/usr/lib/subversion/hook-scripts/commit-email.pl "$REPOS" "$REV" commit-watchers@example.org

Can anybody help with changing the above to the correct path for where the hook scripts are installed at dreamhost?

Re: subversion email notification

Posted by: danolsen
Posted on: 2006-06-23 10:34:00

In the post-commit hook script the script path is correct for the script that sends email on a commit. The only thing you need to change to get the post-commit hook script to send you emails is change the email address. The path "/usr/lib/subversion/hook-scripts/commit-email.pl" is the correct path to the script that will take care of emailing you on a commit.

Re: subversion email notification

Posted by: ecvej
Posted on: 2006-06-25 08:26:00

Thanks

Tags: email notificationcommithooksubversioncorrect pathscriptsdreamhostreposusrliborghelp