views:

28

answers:

2

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?

+2  A: 

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.

M4N
+2  A: 

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

Albin Sunnanbo
both M4N's method and Albin's method work but this one is closer to the original purpose. thanks.
動靜能量