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 some kind of filter maybe)?
This view is accessed via the Team > Show in Resource History context menu. Alternatively, to activate this view, choose Window > Open View > Other... and select SVN ... SVN Resource History View.
Synchronize with Repository is something similar to svn status -u , but even more. It will open a Synchronize tab (or perspective) that displays overview of your local (outgoing) modifications versus repository (incoming) modifications.
Right click on the project -> Compare With -> Branch.. > or svn properties.
Select any file and/or folders you want to commit, then TortoiseSVN → Commit.... The commit dialog will show you every changed file, including added, deleted and unversioned files. If you don't want a changed file to be committed, just uncheck that file.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With