I'm running svn client 1.7.4 on our build machine (Windows Server 2008 R2)

I'm using Cruise Control running as a service that runs nant to build.
during the build I need to execute svn info --xml command.
Intermittently the results are truncated. But it seems to happen with one
of our products that we check out from SVN more than any of our other
products.

I have been unable to reproduce this at will and have been unable to
reproduce it at all when running from the command line.  However, it does
occur very frequently when running from our cruise control service.

I've been focusing all my attention on NAnt or Cruise Control as being the
issue. I've tried various tests to make sure the svn process isn't being
killed or terminated unexpectedly.  But I see no signs of that happening.
I've debugged nant and it clearly shows NAnt waiting for the process to
terminate completely and makes sure there is no data left on the stream
before closing the stream and and makes sure the process has been fully
terminated before moving on.

Any suggestions on next steps?

Reply via email to