在IDEA使用svn时,查看svn历史“show history”,报错:
Problems while loading file history: svn: E200007: Retrieval of mergeinfo unsupported by XXXX
经查找答案,在以下的网址找到的原因:
http://stackoverflow.com/questions/17720420/svn-branch-and-reintegrate-is-not-working-with-updated-server/17726130#17726130
svn mergeinfo 是subversion 1.5之后支持,默认idea查看日志按svn mergeinfo信息进行查看,结果所上所述;
解决方案:
“Version Control” -> “Subversion” -> “Presentation” 下
取消下面选项目的勾选
Show merge source in history and annotations” checkbox to fix the case
本文介绍了解决在IntelliJ IDEA中使用SVN时遇到的历史加载错误问题,该错误提示为Retrieval of merge info unsupported。文章提供了一个简单的解决方案,即在IDEA的SVN设置中取消勾选显示合并源选项。

597

被折叠的 条评论
为什么被折叠?



