My cruisecontrol project has a trigger block set to trigger a build
when there is any modification on the subversion. In the task block, I
am updating the revision number on the subversion and committing it,
followed by MSbuild task to build my project. The problem is, build
gets triggered recursively considering the revision change as a new
modification. Is there any way to trigger the build by filtering the
changes on subversion?

Reply via email to