Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Understand Rollback Entire changeset in tfs?

I'm new to TFS. Suppose I have 2 consecutive versions of changeset: 600,601. Nowf if I right click on 601 and choose Rollback Entire changeset, does that mean after that the changeset 601 should be exactly the same as 600?

I ask this because after doing so, I tried comparing the 2 changesets and saw they're still much different. So it's so confusing to me about what Rollback Entire changeset did?

like image 719
Hopeless Avatar asked Nov 24 '15 04:11

Hopeless


1 Answers

Rollback entire changeset will give you a set of Pending Changes that when checked in will "undo" what was done in changeset 601.

The result is that you will have 3 changesets: 600, 601, 602. And the resulting state will be the same as after 600.

like image 190
Dylan Smith Avatar answered Oct 05 '22 02:10

Dylan Smith