Permanent deleting under TFS 2005

2019-05-28 19:13发布

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条回答
爱情/是我丢掉的垃圾
2楼-- · 2019-05-28 19:55

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.

查看更多
登录 后发表回答