I need some advice/help on how to get our CCNet to recover from the error below.
>From time to time, I get an exception that the SVN update failed. I guess this could be some temporary network condition. If I "force" a build, it always seems to recover. These are my observations: - Happens in the latest 1.4.4 SP1 - The project status is Exception - The CCNet status is running - The last build time is the time of the exception - It does not recover automatically from this condition. I did *not* modify any of these values: maxSourceControlRetries, stopProjectOnReachingMaxSourceControlRetries, sourceControlErrorHandling The defaults seemed adequate to let the system keep on trying but this does not seem to be the case. ThoughtWorks.CruiseControl.Core.CruiseControlException: Source control operation failed: svn: OPTIONS of 'https://xxxxx': could not connect to server (https://xxxxx) . Process command: ..\Svn\svn.exe log xxxxx - r "{2009-07-09T13:12:42Z}:{2009-07-10T05:28:33Z}" --verbose --xml -- non-interactive --no-auth-cache at ThoughtWorks.CruiseControl.Core.Sourcecontrol.ProcessSourceControl.Execute (ProcessInfo processInfo) at ThoughtWorks.CruiseControl.Core.Sourcecontrol.Svn.GetModifications (IIntegrationResult from, IIntegrationResult to) at ThoughtWorks.CruiseControl.Core.Sourcecontrol.QuietPeriod.GetModifications (ISourceControl sourceControl, IIntegrationResult lastBuild, IIntegrationResult thisBuild) at ThoughtWorks.CruiseControl.Core.IntegrationRunner.GetModifications (IIntegrationResult from, IIntegrationResult to) at ThoughtWorks.CruiseControl.Core.IntegrationRunner.Integrate (IntegrationRequest request)
