Subject: | --to-regex-map could/should be the other way around |
Date: | Thu, 26 Oct 2006 20:32:56 +0200 |
To: | bug-svn-notify [...] rt.cpan.org |
From: | "Grégory Joseph" <joseph.gregory [...] gmail.com> |
Hi,
I love svn::notify, but I'm currently facing an issue with the
--to-regex-map option. As it is, unless I want to write "complex"
regexes, I can't notify the same email adress for multiple
directories. (Typically, I'd want to notify a public svn list for
/main and /contributions, and a private svn list for
/enterprise-edition-of-my-project and /client-projects, for instance)
If the hah was regex=email instead, this would be much easier. And if
a path needs notifications for multiple adresses, it could use the
comma separated notation of email.
Maybe there's already a way of doing this, but right now I'm just
writing ugly regexes with |, it doesn't really help maintenance, and
I'm down to making test commits to make sure it set it all up right
:-/
Any suggestion ? I'd happily contribute if I could, but I can hardly
decipher perl ..
Cheers
greg