List of SVN changes in working copy in Eclipse
When I make Team -> Commit I can see list of all changes I've done in my working copy.
Can I see that list same way as I can see files in Project Explorer (as 开发者_JAVA技巧some kind of filter maybe)?
Right click on the project -> Team -> Synchronize...
It will take you to synchronize perspective with outgoing and incoming changes.
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 your last commit comments.
At least that is the behaviour of the Subclipse plugin.
精彩评论