As stated in the title, is it possible to remove a particular file within a changeset that been checked in into TFS?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
Follow the steps below:
- Roll back the changset:
- Then you'll see the rollback changes for all files in Pending Changes:
- Undo the changes for the files you want to keep, and check in the pending changes:
回答2:
Basically you cannot change a changeset, but you can make a new one which only rollback parts of the previous changeset as @Cece has specified in his answer.