Juanjo Conti
Juanjo Conti

Reputation: 30013

svn status in TortoiseSVN?

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

Upvotes: 7

Views: 3658

Answers (4)

Michael Hackner
Michael Hackner

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

AndiDog
AndiDog

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

James Holland
James Holland

Reputation: 476

"Check for Updates"

Upvotes: 0

CrimsonX
CrimsonX

Reputation: 9238

Try the "Check for updates" command.

Upvotes: 0

Related Questions