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

后端 未结 6 987
天命终不由人
天命终不由人 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 21:13

    or, from a VS command prompt type "tf changeset 1234" (make sure that your root folder is inside of your workspace or you will have to explicitly define the team project etc.)

提交回复
热议问题