R – Cruise Control.net and subversion issue

cruisecontrol.netsvn

I have a intervalTrigger that runs off subversion source control.

I update subversion but it doesn't trigger the build.

I have the exact same setup on another server and it works.

How can I troubleshoot this? Is there a log I can look into? I don't see any error messages.

The new server is VMWare

Best Answer

CruiseControl.NET writes two log files, one for debugging and one for its cron jobs. Both must be enabled via the config file, and both are in the CruiseControl.NET install directory.

Explained here.