Is it possible to do a “destroy history” in TFS?

僤鯓⒐⒋嵵緔 提交于 2020-01-02 02:23:08

问题


Is to possible to "purge" history from a given change set/date in TFS?

So, for example, For file X

destroy all version older than date Y.

or

destroy all version before revision Y.


回答1:


Yes you can - http://msdn.microsoft.com/en-us/library/bb386005.aspx -

TF Destroy $/MyTeamProject /keephistory /stopat:C864



来源:https://stackoverflow.com/questions/3965361/is-it-possible-to-do-a-destroy-history-in-tfs

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!