I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2008-05-19 16:11:21-07 by demarcao
Notifications base on folder name
I am new to SVN. However, I have SVN-Notify working well via post-commit. How can I set it up so that email only goes out to certian addresses based on where the commit was done? example /web goes to webteam /java goes to java team thanks in advance - Alex
Direct Responses: 7907 | Write a response
Posted on 2008-05-19 19:48:26-07 by theory in response to 7905
Re: Notifications base on folder name
Howdy. You want to use --to-regex-map. `perldoc SVN::Notify` and search for "to_regex_map" for details and examples. HTH, David
Direct Responses: Write a response