2018-10-22 IDEA的SVN做show history操作时出现问题 Problems while loading file history: svn: E175009: The XM...

原文地址
https://blog.csdn.net/xing930408/article/details/79179631
https://blog.csdn.net/qq_19167629/article/details/79442884

原因是权限配置问题,你没有响应的权限,所以要做如下处理

在使用Idea的SVN查看历史记录时,出现如下错误,

Problems while loading file history: svn: E175009: The XML response contains invalid XML

svn: E130003: Malformed XML: no element found


image.png

经过查找,尝试使用

http://blog.csdn.net/hepeng_8/article/details/32730945

提供的方法,解决了这个问题:解决方案:
“Version Control” -> “Subversion” -> “Presentation” 下
取消下面选项目
“Show merge source in history and annotations” checkbox to fix the case


image.png

作者:zhangustb
来源:CSDN
原文:https://blog.csdn.net/xing930408/article/details/79179631
版权声明:本文为博主原创文章,转载请附上博文链接!

你可能感兴趣的:(2018-10-22 IDEA的SVN做show history操作时出现问题 Problems while loading file history: svn: E175009: The XM...)