Grady, Shane wrote:
> Might the root cause of the issue I'm seeing be a result of concurrently
> executing SVN updates from the same windows client (even though they're
> targeted at different local workspaces)?
>
> Would it increase the relevancy to know the updates are from the same
> repository?
Most likely this has nothing to do with CruiseControl or threading or
running multiple updates and more to do with the fact that you running
on Windows. Try disabling your AV software, or configure it to ignore
the directories containing the working copies. The way that Windows AV
engines interact with the filesystem causes lots of problems with
programs that rapidly create/delete lots of temporary files (like
Subversion).
John
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-05-28 21:42:13 CEST