Bob
Bob

Reputation: 4970

TortoiseSVN - how to quickly check if UPDATE will result in working copy changes

Is it possible to quickly check if clicking Update will result in any changes to working copy?

The non-quick way involves going to the log.

Upvotes: 1

Views: 1060

Answers (1)

alroc
alroc

Reputation: 28144

TortoiseSVN is supposed to have this functionality via Right-click -> TortoiseSVN -> Check for Modifications -> Check Repository https://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-cli-main.html#tsvn-cli-checkmods

svn status -u (or --show-updates) on the command line will definitely get what you need.

Upvotes: 1

Related Questions