The more things change, the more they stay the same

time to read 1 min | 188 words

Well, I'm back to using berlios.de Subversion repository. Appearntly, the error I was getting wasn't their fault. I'm getting the same error when I hosted the repository on the same server as the cc.net service.

The code is at svn://svn.berlios.de/nqa

If anyone is interested, the error I'm getting is:

ThoughtWorks.CruiseControl.Core.CruiseControlException: Source control operation failed: svn: Can't connect to host 'aloneini': No connection could be made because the target machine actively refused it. . Process command: c:\program files\subversion\bin\svn.exe log -v -r "{2005-04-29T17:03:05Z}:{2005-05-01T06:30:16Z}" --xml --non-interactive svn://aloneini/nqa/ at ThoughtWorks.CruiseControl.Core.Sourcecontrol.ProcessSourceControl.Execute(ProcessInfo processInfo) in d:\sourceforge\ccnet\project\core\sourcecontrol\ProcessSourceControl.cs:line 59 at ThoughtWorks.CruiseControl.Core.Sourcecontrol.Svn.GetModifications(DateTime from, DateTime to) in d:\sourceforge\ccnet\project\core\sourcecontrol\Svn.cs:line 101 at ThoughtWorks.CruiseControl.Core.IntegrationRunner.GetSourceModifications(ISourceControl sourceControl, IIntegrationResult result, IIntegrationResult lastResult) in d:\sourceforge\ccnet\project\core\IntegrationRunner.cs:line 55 at ThoughtWorks.CruiseControl.Core.IntegrationRunner.RunIntegration(BuildCondition buildCondition) in d:\sourceforge\ccnet\project\core\IntegrationRunner.cs:line 30

I think that is has something to do with throttling done on the subversion server, is this possible? My cc.net config spesify checking every 5 minutes. And it's a default install, so I don't think that this would do it.

Any ideas?