Eclipse 中工作副本中的 SVN 更改列表

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/4562746/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 15:34:44  来源:igfitidea点击:

List of SVN changes in working copy in Eclipse

eclipsesvn

提问by kuba

When I make Team -> Commit I can see list of all changes I've done in my working copy.

当我创建 Team -> Commit 时,我可以看到我在工作副本中所做的所有更改的列表。

Can I see that list same way as I can see files in Project Explorer (as some kind of filter maybe)?

我能否以与在项目资源管理器中查看文件相同的方式查看该列表(可能是某种过滤器)?

回答by oshai

Right click on the project -> Team -> Synchronize...
It will take you to synchronize perspective with outgoing and incoming changes.

右键单击项目 -> 团队 -> 同步...
它将带您将透视与传出和传入的更改同步。

回答by Antonio Pérez

Right click on the project -> Team -> Show History.

右键单击项目 -> 团队 -> 显示历史记录。

What you get from the Commit dialog is probably not a list of changes in the repository, but a list of commit comments you wrote previously, hence having only yourlast commit comments.

您从 Commit 对话框中获得的可能不是存储库中的更改列表,而是您之前编写的提交评论列表,因此只有最后的提交评论。

At least that is the behaviour of the Subclipse plugin.

至少这是 Subclipse 插件的行为。