Reputation: 30013
Which is the right-click equivalent to svn status
in TortoiseSVN? TortoiseSVN is a Windows' GUI for Subversion.
Upvotes: 7
Views: 3658
Reputation: 8645
If you have the icon overlays turned on, you can just look at your working copy folder and the icons will give you much of this information.
Upvotes: -2
Reputation: 70118
You can see all local changes in "TortoiseSVN > Check for modifications". The "Check repository" button will also look for remote updates.
But you can do the same by opening the commit window - it's the same as long as you don't click on the commit button accidentally.
Upvotes: 10