How do I check-in my rolled back changeset+fixes to TFS after an emergency rollback

后端 未结 1 1550
孤城傲影
孤城傲影 2021-01-21 17:38
  1. we committed some code by accident to TFS using VS2013 which created let\'s say changeset 2.
  2. In order to fix this mistake we did a rollback of changeset 2 to the
相关标签:
1条回答
  • 2021-01-21 18:23

    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.

    0 讨论(0)
提交回复
热议问题