Odd SVN Checkout failures occur frequenctly on VMWare virtual machines
- by snowballhg
We've recently been experiencing seemingly random SVN checkout failures on our Hudson build system. Google search has failed me; I'm hoping the super user community can help me out :-)
We are occasionally receiving the following SVN error when our Hudson build jobs checkout source via the Hudson Subversion plug-in (which uses svn kit):
ERROR: Failed to check out http://server/svnroot/trunk
org.tmatesoft.svn.core.SVNException: svn: Processing REPORT request response failed: XML document structures must start and end within the same entity. (/svnroot/!svn/vcc/default)
svn: REPORT request failed on '/svnroot/!svn/vcc/default'
This issue seems to only occur when checking out from our Virtual Machines (Windows XP, Fedora 9, Fedora 12) using Hudson's SVN Plug-in. Systems that use the traditional SVN client seem to work.
SVN Server version: 1.6.6
Hudson version: 1.377
Hudson SVN Plugin Version: 1.17
Has anyone dealt with this issue, or have any suggestions?
Thanks