Hi all, Wondered if anyone can help. We've a large development group and we use CC.Net with subversion.
When we came to upgrade to 1.4.4 we hit the below exceptions, but not when we force build projects. BUILD EXCEPTION Error Message: ThoughtWorks.CruiseControl.Core.CruiseControlException: Source control operation failed: svn: Can't create a character converter from native encoding to 'UTF-8' . Process command: svn log http://missource/svn/AdvertMaintenance/trunk -r "{2009-06-11T05:01:48Z}:{2009-06-11T06:24:09Z}" --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) Project: AdvertMaintenance Date of build: 2009-06-11 07:24:09 Running time: 00:00:30 Integration Request: IntervalTrigger triggered a build (IfModificationExists) All our servers have English(UK) as their region. nothing has been changed for quite a while. I checked the subversion logs to and no errors at all. I'm guessing the encoding that subversion is sending back now is not suitable for the latest CC.Net subversion client? Anyone have any suggestions?
