h1

Revert, Undo, or Roll Back a Changeset in Visual Studio Team Foundation Source Control

August 1st, 2006

This another one of those posts that hopefully Google will rank high up for a query that I was trying this afternoon. It has to do with Source Control using Visual Studio’s team foundation system. I had made a check-in to fix some stuff and then made another check-in to fix some other stuff, but then found out that the first check-in needed to be reverted. There’s no obvious way to do this, and judging from this thread, it was punted as a feature until version 2 is released. Anyway, I found this HowTo online that worked for me (although I was happy I only had to revert a small number of files, because you have to go in and manually process each file), and hopefully it will help somebody else out there. If you happen upon this and you’re still having trouble, feel free to e-mail me for details. Now, without further ado, the link:

HowTo: Revert, Undo, or Roll Back a Changeset in Visual Studio Team Foundation Source Control

Leave a Comment