awhig writes: > I just downloaded 1.4.1 and have never used CCnet. It looks like the > svn task is connecting and starts to download the log of the > repository but throws an exception soon afterwards. I have no idea > why. > > I can do an svn log command from the command line and it works fine, > though it is a little slow. I'm wondering if ccnet is timing out... > > Can anyone provide any help?
This is a race condition in the core of CC.Net. Some people experience the same problem as you, others don't (fast hardware?). I have applied a fix yesterday which is contained in build 1.4.1.3797 (or higher). You can download this version from http://ccnetlive.thoughtworks.com. If you want to run the release version you need to get the 1.4.1 release sources and add the line process.WaitForExit() before process.Close() at the end of the Run() method in project/core/util/ProcessExecutor.cs and build it. I hope this helps. regards, Daniel
