Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

svn status in TortoiseSVN?

Which is the right-click equivalent to svn status in TortoiseSVN? TortoiseSVN is a Windows' GUI for Subversion.

like image 301
Juanjo Conti Avatar asked Feb 19 '10 19:02

Juanjo Conti


1 Answers

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.

like image 175
AndiDog Avatar answered Nov 15 '22 08:11

AndiDog