We recently experienced seemingly random SVN check errors in our Hudson build system. Google search didn't let me down; I hope the stackoverflow community can help me :-)
We sometimes get the following SVN error when our source for checking the Hudson build job through the Hudson Subversion plugin (which uses the svn suite):
ERROR: Failed to check http://server/svnroot/project/projectTrunkorg.tmatesoft.svn.core.SVNException: svn: REPORT report request processing failed: XML document structures must start and end inside the same object. (/ svnroot /! svn / vcc / default) svn: REPORT request failed on '/ svnroot /! svn / vcc / default '
This problem only occurs when scanning from our virtual machines (Windows XP, Fedora 9, Fedora 12) using the Hudson 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 Version: 1.17
Has anyone dealt with this problem or any suggestions?
source
share