Visual Studio / Visual Source Safe Integration - NOT!
Thursday, July 31st, 2008Here’s a helpful tip for anyone new to the awesomeness of the VSS integration with VS:
This screen shot snippet from my Visual Studio Solution Explorer indicates which files have changed with the little red check mark…

The “View Pending Checkins” feature displays a nice handy listing of all those files having the red check marks indicating which files no longer match what is in the VSS repository - somewhat analogous to the ‘svn status‘ command for Subversion users - or the ‘git-status‘ command for Git users.
However, in my case, there’s a little problem: At least FOUR files I have changed are not indicated with red check marks. This makes it super-easy to lose many hours of work because you thought it all got checked back into VSS. I have witnessed this happening on a co-worker’s machine for the past several months and now I have it too. Lucky me!
With a little luck we won’t need to suffer with VSS around here for too much longer. TFS is rumored to be coming. Not sure if TFS will be a blessing or another curse - though it conjures up visions of an 800 pound gorilla tearing up the place - but what do I know? Or maybe I’ll just put up a renegade Subversion server and start using TortoiseSVN.
I could probably even sell the idea of using Git if there was a good Windows GUI and/or VS integration for it - but that hasn’t happened yet. I know it’s being worked on and I look forward to one day using Git with Visual Studio.


