Search code examples
visual-studio-2012tfsrollbackchangesetcheckin

Rollback entire solution/project to specific changeset in TFS?


I am at changeset 121.

I want to rollback down to version 112, ignoring all the changes I've made since then.

I found this answer but I can't find the command in the menu. I'm struggling with this over an hour now and can't find the real solution. All I'm trying to do is rollback to changeset 112 disregarding all the changes made since then. Just like going back in time entirely erasing the past.


Solution

  • Just like going back in time entirely erasing the past.

    tfs does not allow you to do this. This rollback operation will be a new changeset 122 which will rollback everything to 112.

    Roll Back Changesets