Andreas
Andreas

Reputation: 7550

How to show changes since last commit in TortoiseSVN?

In order to show local changes since the last commit in TortoiseSVN, I right-click a folder, create a patch and look at the patch. This requires me to create a new file. Is there a better way?

Upvotes: 1

Views: 195

Answers (1)

bahrep
bahrep

Reputation: 30662

It's pretty easy: TortoiseSVN | Check for modifications. The command's purpose is similar to svn status --verbose.

Upvotes: 1

Related Questions