How to filter SVN branch in Hudson's POLL SCM?
Posted
by Koert
on Stack Overflow
See other posts from Stack Overflow
or by Koert
Published on 2010-06-03T07:31:02Z
Indexed on
2010/06/03
7:54 UTC
Read the original article
Hit count: 231
We're using Hudson on an SVN repository that hosts a number of projects. One of these projects takes a long time to build, even if no files were changed. Right now Hudson's "Poll SVN" detects that the subversion repository has changed and will try to build the project, even if that change was in a different project.
Is there a way to set up "Poll SCM" to only respond to changes in a certain branch?
© Stack Overflow or respective owner