Unanswered question

While checking out a project in another virtual machine,getting connection error.

org.tmatesoft.svn.core.SVNException: svn: Processing REPORT request response failed: XML document structures must start and end within the same entity. (/svnroot/CustomerMDM/!svn/vcc/default)
svn: REPORT request failed on '/svnroot/CustomerMDM/!svn/vcc/default'
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:106)
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:90)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:645)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:280)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:268)
at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doReport(DAVConnection.java:286)
at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.runReport(DAVRepository.java:1280)
at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.status(DAVRepository.java:813)
at org.tmatesoft.svn.core.io.SVNRepository.status(SVNRepository.java:2034)
at com.neotys.nl.i.a.c.ac.a(ac.java:380)
at com.neotys.nl.i.a.c.s.a(s.java:476)
at com.neotys.nl.i.a.c.s.a(s.java:453)
at com.neotys.nl.gui.i.O.f(O.java:45)
at com.neotys.nl.gui.i.L.run(L.java:193)

Heena S.
Heena S.

Heena S.

Level
0
12 / 100
points

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

Is it the first time you check out a project from that NeoLoad machine for that same repository or it already worked with the same settings?

The issue could be related to the SVN settings you provided in the NeoLoad preferences or a network issue like if you need a proxy to reach your SVN server or not.

You should try to check out from a different machine if needed.

Heena S.
Heena S.

Heena S.

Level
0
12 / 100
points

From the same repository, with same settings we have checked out earlier.
When tried to check out in different machine also its giving the same error.