VisualSVN and Pending Changes
I am using and enjoying for some time now VisualSVN plugin in Visual Studio 2008. I just discovered a nice feature that is not part of the normal menu but that you can easily add to; the pending changes window:
[](http://weblogs.asp.net/blogs/lkempe/4146938714_6faf5320fe_o1_34010721.png)
It let’s you quickly see the files that you have modified since your last commit, and double click to open those files.
Then you can use the normal shortcut VisualSVN.NextDifference, Ctrl+Shift+Down Arrow or VisualSVN.PreviousDifference, Ctrl+Shift+Up Arrow to navigate the changes into that file that you just opened:
[](http://weblogs.asp.net/blogs/lkempe/4146948196_958c3396c3_o1_3722C93C.png)
Notice the yellow visual helper on the left !
To have access to the Pending Changes window in Visual Studio 2008, just click on the menu Tools / Customize and then select VisualSVN in Categories, then search for Pending Changes in Commands and drag it to the VisualSVN menu
By the way I also use VisualSVN that I highly recommend ! It is really easy to install and configure on a Windows machine.