views:

93

answers:

2

I get the following error sometimes(mostly overnight) when svn is trying to connect to the repository to check for updates:

ThoughtWorks.CruiseControl.Core.CruiseControlException: Source control operation failed: svn: OPTIONS of 'RepositoryURL': could not connect to server (ServerName)

I have to manually force build the project in order to have the successful build again. How can I avoid this or have cruiscontrol build the project again(automatically) when this happens

A: 

One potential solution you may consider is to setup a filter trigger to not run builds during the evening.

Filter Trigger

Trevor
A: 

This is most likey the cause...

CC.NET exception when connecting to source control

Trevor