up vote 2 down vote favorite
2
share [g+] share [fb]

I would like my subversion to send me an e-mail (and my co-workers) on every commit. There are many solutions to this, but I didn't find any that will enable me to use wildcard/regexp match on svn URL and use it to notify different group of people.

Anyone done that?

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

The standard mailer.py supports regular expressions in the for_paths setting.

link|improve this answer
feedback

You have to use svnlook to get more details from the post-commit hook script, for example if you use a shell script. Some examples can also be found on the tigris website, like this one, which uses Python.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.