I use Mercurial and TortoiseSVN, and with Mercurial, I can use

hg vdiff

and then kdiff3 will come out saying there are 5 files that got modified in the project tree, and then I can go to menu bar to "Expand Directories" and see the files that have diffs, and click on each of them.

To my surprise, TortoiseSVN doesn't seem to have this function. When I look at the project folder, and right click for TortoiseSVN, the usual "Diff" action is missing from the menu bar. Is there a way to make it work like hg vdiff?

link|improve this question

67% accept rate
feedback

2 Answers

up vote 2 down vote accepted

The action in the TortoiseSVN menu is called "SVN Check for modifications".

link|improve this answer
both M4N's method and Albin's method work but this one is closer to the original purpose. thanks. – 動靜能量 Aug 29 '10 at 18:21
feedback

You can open the commit dialog (by selecting Commit in the context menu) to get a list of all files which were modified locally. Then, by double-clicking a file you can see the changes made in that file.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.