Permanent deleting under TFS 2005

半城伤御伤魂 提交于 2019-12-12 09:59:29

问题


How can I permanently delete a folder/file under TFS 2005 source control?

I know about the tf destroy command, but that only works with TFS 2008.

I also know about the TFS PowerPack at CodePlex, but I want to know if there is a built-in tool to achieve this.


回答1:


There is no supported way to permanently destroy version control items other than upgrading to 2008 (or later). Technically you could edit the database by hand, but you are extremely likely to corrupt things since the schema is trickier than it looks and [intentionally] not documented.



来源:https://stackoverflow.com/questions/1769678/permanent-deleting-under-tfs-2005

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