Permanent deleting under TFS 2005

811 views Asked by At

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 are 1 answers

0
Richard Berg On BEST ANSWER

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.