Exceptions using CruiseControl.NET
Posted
by Andy
on Stack Overflow
See other posts from Stack Overflow
or by Andy
Published on 2010-03-29T10:38:29Z
Indexed on
2010/03/29
10:43 UTC
Read the original article
Hit count: 492
cruisecontrol.net
I recently updated to CC.NET 1.5 and I'm now getting some strange exceptions.
On one project I get: - ThoughtWorks.CruiseControl.Core.CruiseControlException: Source control operation failed: svn: Can't create a character converter from native encoding to 'UTF-8'
This happens when CC is checking a subversion repository for any mods. If I run the actual command line CC says is failing it works and returns an empty XML (there are no mods).
Some other projects also fail to check mods with another "Source control operation failed" exception but no further info. Again the command is an "svn log" which when run from command line works ok.
I'm using subversion 1.4.5 client side and my source repository exists on a separate box than my build server.
Anyone got any ideas?
© Stack Overflow or respective owner