Hopeless
Hopeless

Reputation: 4773

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?

Upvotes: 23

Views: 27442

Answers (1)

Dylan Smith
Dylan Smith

Reputation: 22255

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.

Upvotes: 39

Related Questions