It's allready supported via delimiters.
Just use it like:
<RepoPathConfig ControlledPaths="/path1,/path2"> <MailTo=… /> </RepoPathConfig>
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Dear Mike,
Any plans to add support for multiple (comma-separated) paths to the ControlledPaths attribute of RepoPathConfig?
For example, the ","/path2"" herein:
<RepoPathConfig ControlledPaths="/path1","/path2">
<MailTo=… />
</RepoPathConfig>
It's allready supported via delimiters.
Just use it like:
<RepoPathConfig ControlledPaths="/path1,/path2"> <MailTo=… /> </RepoPathConfig>
Thanks, Batzendev. I'd only tried it with each path quoted and the commas outside the quotes.