Thread

Posted on Mon May 19 19:11:21 2008 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 Mon May 19 22:48:26 2008 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
Write a response