如何使用 subclipse 获取文件特定修订版的内容
我正在尝试使用 subclipse 获取文件的两个版本,以便可以对它们进行比较,比较不是问题,而且本质上并不重要。
我无法准确地找到如何从存储库中获取文件,并且无法找到该 API 的任何真正的参考资料。
如果有人可以告诉我应该使用哪些类/方法,或者甚至可以将我链接到我可以使用的参考文档,我将非常感激!
I'm trying to get two versions of a file using subclipse so that they can be compared, the comparison is not the issue and is essentially unimportant.
I'm having trouble finding how exactly I can get a File from the repository, and have been unable to find any real reference material for the API.
If someone could tell me which classes/methods I should use, or even could link me to a reference document that I could use I'd be very thankful!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最简单的方法是:
您会得到一个可供比较的修订列表。选择后,您会在右侧面板中看到整个修订版本,并突出显示差异。如果需要,您可以突出显示整个内容并将其复制粘贴到某个位置。
The simplest way is:
You get a list of revisions to compare to. Once selected, you see the whole revision in the right-hand panel and the diffs highlighted. If you want, you can just highlight the whole thing and copy-paste it somewhere.