Reputation: 19956
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?
Upvotes: 3
Views: 1104
Reputation: 127447
The standard mailer.py supports regular expressions in the for_paths
setting.
Upvotes: 2