TortoiseSVN 错误 XML 响应包含无效的 XML 和格式错误的 XML:找不到元素
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/39442963/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
TortoiseSVN error The XML response contains invalid XML and Malformed XML: no element found
提问by ???
My TortoiseSVN Checkout and Update error
我的 TortoiseSVN 检出和更新错误
The XML response contains invalid XML Malformed XML: no element found
XML 响应包含无效的 XML 格式错误的 XML:未找到元素
What do you do Please help me.
你做什么请帮帮我。
回答by bahrep
Most likely, you enter a web interface URL instead of SVN repository URL. You just need to copy the appropriate URL by clicking the Checkoutbutton in the interface.
最有可能的是,您输入了 Web 界面 URL 而不是 SVN 存储库 URL。您只需要通过单击界面中的Checkout按钮复制相应的 URL 。
Read the article KB102: Subversion client errors caused by inappropriate repository URLfor the detailed steps.
阅读文章KB102:由不适当的存储库 URL 导致的 Subversion 客户端错误以了解详细步骤。
回答by user8288652
In my case, I have fixed this problem using the option "Steal lock" (checkbox in bottom left area of the form when you are committing the files to the repository).
就我而言,我已使用选项“Steal lock”(将文件提交到存储库时表单左下角的复选框)解决了这个问题。
This error is caused because some files seem to be unlocked but really aren't. (Verify this from the Explorer window by clicking the properties of the file, then SVN Properties. Then you can see the real state of the file.)
导致此错误的原因是某些文件似乎已解锁,但实际上并未解锁。(通过单击文件的属性,然后单击 SVN 属性,从资源管理器窗口验证这一点。然后您可以看到文件的真实状态。)
回答by Nicola Musatti
Restarting the Apache web serves that serves my repository solved this problem for me. I found that the web server's error log contained messages such as:
重新启动为我的存储库提供服务的 Apache Web 服务为我解决了这个问题。我发现 Web 服务器的错误日志包含以下消息:
[...] [error] [client a.b.c.d] Provider encountered an error while streaming a REPORT response. [500, #0]
[...] [error] [client a.b.c.d] A failure occurred while driving the update report editor [500, #185005]
[...] [error] [client a.b.c.d] Compression of svndiff data failed [500, #185005]

