Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
让 Eclipse 将源树的当前本地状态与某些特定标记进行比较非常容易,但我找不到使用 Eclipse 的差异功能来比较两个不同标记的选项。
假设我有标签 TAG1 和 TAG2,而 TAG2 是最新的。我只能将我当前的状态与 TAG1 或 TAG2 进行比较,而不能将 TAG1 与 TAG2 进行比较。
是否有可能在 Eclipse 中实现这一点?
您必须从 CVS 存储库视图中的相关版本节点中选择两个标签,然后使用上下文菜单启动比较。