您的位置:首页 > 其它

svn: E200007: Retrieval of mergeinfo unsupported解决

2014-10-28 16:01 232 查看
http://blog.csdn.net/intlgj/article/details/39080605

svn: E200007: Retrieval of mergeinfo unsupported解决

分类: svn2014-09-05 14:33 355人阅读 评论(0) 收藏 举报

在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信息进行查看,结果所上所述;
解决方案:
android - studio中 左上角 file -- setting -- “Version Control” -> “Subversion” -> “Presentation” 下
取消下面选项目的勾选
Show merge source in history and annotations” checkbox to fix the case
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: