I recently upgraded to CC.NET 1.5, and now I get some weird exceptions.
In one project I get: - ThoughtWorks.CruiseControl.Core.CruiseControlException: source control failed: svn: cannot create character converter from source encoding to 'UTF-8'
This happens when CC checks the subversion repository for any mods. If I run the actual command line, CC says that it does not work, and returns an empty XML (no mods).
Some other projects also cannot check mods with another exception due to the lack of source control, but no additional information. Again, the command is "svn log", which works fine when run from the command line.
I use the subversion 1.4.5 client side, and the source repository exists in a separate field than my build server.
Does anyone have any ideas?
source
share