TFS Get Specific Version into separate folder

前端 未结 4 1637
无人及你
无人及你 2020-11-29 23:24

I\'m currently working on a project with TFS source control. We\'ve just gotten in a bug report for an older version of the code, and I need to pull down that version of co

4条回答
  •  离开以前
    2020-11-30 00:17

    For making edits to a single file, here's a quick hack from within Visual Studio:

    1. Open Source Control Explorer
    2. Drill down to desired file
    3. File > Source Control > View History
    4. Select desired version (Changeset)
    5. Toolbar/Context Menu > Compare
    6. Click in left pane, Select All, Copy, paste into Your Favorite Editor and save

提交回复
热议问题