Mar 8, 2009

CruiseControl modificationset not work on SVN

I am trying to apply CruiseControl on PoC CP building. One strange problem I have encountered is cruisecontrol cannot detect the modification in SVN, i.e. someone commit new changes into SVN, but cruisecontrol was not able to detect the modification, in the log file you can find "No modifications found, build not necessary", even though the svnbootstrapper has just updated the changes from repository to your local copy.

This is found due to the time on the SVN server behind the time on the build server. After correct the time lag, everything went fine

No comments: