Reputation: 12077
What are the steps to commit changeset 2 with the corrections back to TFS so we can create changeset 4? (the files are no longer marked as changed)
Upvotes: 2
Views: 1729
Reputation: 52788
There are 2 options.
The first is to rollback the rollback. This has the downside of marking all the files as Rolled-Back.
The second is to do the "Get Specific Version" for C2, copy the files that are changed out of source control. Perform a "Get Latest" and copy them back in. This could be a pain if this is a large changeset.
Upvotes: 4