When viewing files in a shelveset, I would like the option of comparing the files to my current local version. Unfortunately, the only options available are "With Unmodified", "With Workspace" (I guess this one would be the answer, if it wasn't disabled) and "With Latest".
Any ideas?
Here's a simple hack that works:
In a nutshell, save a copy of the shelved version you retrieve from the server and just do a manual compare using your diff tool.
I have been looking for a way to do this for quite some time. I wonder how hard it would be to create a vs.net plugin to do this for you.
Although this isn't the ideal way to do it, depending on your comparison tool you may be able to tell it to compare the shelved version to a local version (workspace). I use Beyond Compare, and this allows you to open a file to compare to. So from the shelveset I do a compare to Latest, and then replace the 'latest' with my local workspace version.
Unfortunately I've just checked the built in comparison tool and it doesn't provide this option.