How to remove a specific ChangeSet in TFS 2010?

后端 未结 3 1491
逝去的感伤
逝去的感伤 2020-12-11 01:33

How to remove a specific changeset in tfs2010?

I have changeset version numbers with 545, 544, 543,542.

Now, I am looking to delete the particular changeset

3条回答
  •  时光说笑
    2020-12-11 02:24

    You have to Rollback the changeset, you can't delete a changeset. (Rollback Command)

    In your case a simple Rollback command would be like this:

    TF rollback /changeset:C543
    

提交回复
热议问题