如何将远程CVS格式复制到本地文件eclipse?
我是日食新手。我从远程 CVS 签入了 java 文件,然后修改了该文件 然后我与最新的头部进行比较。 文件的比较突出显示,甚至是我没有更改的部分。
如何将格式从远程CVS复制到本地文件eclipse?有什么想法吗?
提前致谢,,,,
I am new to eclipse. I checked in java file from remote CVS.then I modify the file
then I compare with latest from head.
the comparison highlight of the file even parts I didn't change.
How to Copy format from remote CVS to local file eclipse ? any ideas ?
thanks in advance,,,,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试在窗口:首选项:常规:比较/修补下启用“忽略空白”。
在进行比较之前,还要避免执行 Source : Format 或 Source : Cleanup 。
编辑:此外,还可以在 Eclipse 中导出/导入格式首选项。您可能想询问代码的作者是否愿意提供导出的首选项。
Try enabling "Ignore white space" under Window : Preferences : General : Compare/Patch.
Also avoid doing Source : Format or Source : Cleanup before doing your compare.
Edit: Also, it's possible to export/import formatting preferences in eclipse. You may want to ask the author of the code if they would be willing to provide their exported preferences.