Subclipse (SVN) 比较显示相似文件
似乎每当我通过 SVN 存储库资源管理器进行比较时(最近一次是在合并之后),子剪辑都会在比较窗口中显示一些没有任何差异的文件。双击该文件会弹出 Java Source Compare 窗口,但 Subclipse 不会突出显示任何部分,也不会显示任何差异。手动检查文件显示它们是相同的。这是什么原因造成的?有什么方法可以禁用它,它可能会很混乱吗?
非常感谢您的帮助!
It seems whenever I compare via the SVN Repository explorer (most recently after a merge) subclipse will show a few files in the compare window that have no differences whatsoever. Double clicking the file brings up the Java Source Compare window, but Subclipse highlights no sections and shows no differences. A manual inspection of the file shows they are identical. What causes this? Are there any ways to disable it, it can be quite confusing?
Your help is greatly appreciated!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
听起来它可能与空格有关。也许乌龟默认忽略 ws 更改。
Sounds like it could be whitespace-related. Maybe tortoise defaults to ignoring ws changes.
似乎是 Eclipse bug,等待解决...
https://bugs. eclipse.org/bugs/show_bug.cgi?id=318826
Seems to be Eclipse bug, which waits for solution...
https://bugs.eclipse.org/bugs/show_bug.cgi?id=318826
可能没有结构变化,而只有空间相关或格式变化。尝试单击“下一个差异”。
There may not be structural change, but only space related or formatting. Try clicking on "next difference".
我认为问题在于合并后文件的修订版发生了更改。因此,尽管文件内容相同,但比较视图显示了更改。这是非常非常糟糕...:(
I think the problem is that after merging the revision of the file is changed. So, although the content of files is the same, the compare view shows the change. It is very very bad... :(