views:

117

answers:

0

We installed CCNET in a Server 2008 R2 server with Japanese language. Is it possible that it's causing the error below? Notice the garbage texts...

ThoughtWorks.CruiseControl.Core.CruiseControlException: Source control operation failed: svn: OPTIONS (URL: 'http://mysourceurl/myproject'): �T�[�o�ɐڑ��ł��܂���ł��� (http://mysourceurl)
. Process command: C:\Program Files (x86)\Subversion\bin\svn.exe log "http://mysourceurl/myproject" -r "{2010-06-04T09:34:38Z}:{2010-06-04T09:36:44Z}" --verbose --xml --username Name --password ******** --no-auth-cache --non-interactive
場所 ThoughtWorks.CruiseControl.Core.Sourcecontrol.ProcessSourceControl.Execute(ProcessInfo processInfo)
場所 ThoughtWorks.CruiseControl.Core.Sourcecontrol.Svn.GetModifications(IIntegrationResult from, IIntegrationResult to)
場所 ThoughtWorks.CruiseControl.Core.Sourcecontrol.QuietPeriod.GetModificationsWithLogging(ISourceControl sc, IIntegrationResult from, IIntegrationResult to)
場所 ThoughtWorks.CruiseControl.Core.Sourcecontrol.QuietPeriod.GetModifications(ISourceControl sourceControl, IIntegrationResult lastBuild, IIntegrationResult thisBuild)
場所 ThoughtWorks.CruiseControl.Core.IntegrationRunner.GetModifications(IIntegrationResult from, IIntegrationResult to)
場所 ThoughtWorks.CruiseControl.Core.IntegrationRunner.Integrate(IntegrationRequest request)

What I can't figure out is that sometimes the CCNET could build successfully but other time, the error above occurs. Is this a CCNET problem or a SVN problem?

If someone can point me to the right direction, I'd really appreciate it.