SVN Error while checkout | org.tmatesoft.svn.core.SVNException: svn: E175002: Processing REPORT request response failed: XML document structures must start and end within the same entity. (/scm/svn/SCM_Tools/!svn/vcc/default) svn: E175002: REPORT request

While performing an SVN checkout, I get the following error
org.tmatesoft.svn.core.SVNException: svn: E175002: Processing REPORT request response failed: XML document structures must start and end within the same entity. (/scm/svn/SCM_Tools/!svn/vcc/default) svn: E175002: REPORT request failed on ‘/scm/svn/SCM_Tools/!svn/vcc/default’

And, yes I know that this is an old error and there are solutions available but I have tried everything and it is still the same error.

Here are the things I tried and failed

-Dsvnkit.http.methods=Basic
-Dsvnkit.http.spoolDirectory=/tmp/fisheye/spooldirectory
-Dsvnkit.http.sslProtocols=SSLv3
-Dsvnkit.http.sslProtocols=SSLv3,TLSv1,TLSv1.1,TLSv1.2
-Dhudson.spool-svn=true

Updated the svn client on machine (TortoiseSvn->1.14.5)

All of these and still the error.

Jenkins version: 2.387.2 (Latest LTS)
subversion-plugin version: 2.17.1 (Latest Available)

I now have no ideas what else to do.

Anyone got any ideas?

Sounds like the server is returning bad XML. Have you checked the server logs?
Is there a proxy you are or are not using that could mess with things?

Unfortunately, I do not have access to SVN server.
And, there no proxy.