#1577 enable commit emails for jfearn
Closed: Fixed None Opened 14 years ago by jfearn.

Please enable commit emails for the publican svn repo and have them sent to jfearn@redhat.com

A hook like this would be good:

REPOS="$1"
REV="$2"

svnnotify --repos-path "$REPOS" --revision "$REV" --subject-cx --attach-diff --to jfearn@redhat.com

Cheers, Jeff.


Hi Jeff,

This is done. We have a hook that is based on the svn-commit-email.pl script shipped with subversion. (We do this because the partition on which the repositories are stored is mounted with the noexec option.)

Login to comment on this ticket.

Metadata