check out TFS at a specific change set

前端 未结 3 1678
野趣味
野趣味 2021-02-12 13:19

I\'m using TFS and VS 2012 and my project is in a broken state and I can\'t figure out why. I\'d like to go back to a previous version of my solution when I know it worked and

3条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-12 13:39

    1. Find the changeset you want and "Get This Version" to only get the changed files.
    2. Manually check out each file for edit in Source Control Explorer to match the changeset.

    Now the previous changeset's edits can be checked in.

    NOTE: This is MUCH quicker than getting the entire repo using "Get Specific Version."

提交回复
热议问题