Assuming the Hudson job checks out 2 SVN directories:
https://foo.com/packages (root is https://foo.com/packages) -> "packages" in workspace
https://bar.com/temp/Hudson (root is https://bar.com/temp) -> "Hudson" in workspace
I tried different things, browsed online for answers, but I still can't get these 2 things to work:
1) Prevent any commit in "Hudson" from triggering a build: I tried several path combinations in "Excluded Regions" without success.
2) Prevent any commit containing "CR:" in the message from triggering a build: I tried "\bCR:\b" and others in the "Excluded Commit Messages" field, but it doesn't work.
Thanks!