How can I open a single changeset in TFS from within Visual Studio

后端 未结 6 986
天命终不由人
天命终不由人 2021-02-03 20:43

Someone emailed me a TFS changeset ID and now I am trying to open this single changeset. Is there an easy was to do this from within Visual Studio (VS 2008 if it matters)?

6条回答
  •  说谎
    说谎 (楼主)
    2021-02-03 20:57

    In the NugGet console, you can use the TFS Powershell Snapin from the TFS PowerTools.

    Add-PsSnapin Microsoft.TeamFoundation.Powershell
    Get-TfsChangeset 
    

    Another option is to open Tools > External Tools and add a new external tool that calls TF.exe changeset and prompts for arguments where you can give the changeset number.

提交回复
热议问题