Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Remove/Delete Deleted Projects from TFS Source Control

Tags:

tfs

I'm using TFS 2012 (Free preview).

I have a bunch of projects in my solution under source control.

Sometimes I find it the easiest solution to a problem to just scrap an entire project and start over. However, everytime I do that I run into trouble because the "deleted" project stays in the Source Control Explorer with a "deleted" status (Show/Hide Deleted Items button) and, at best, sticks around as junk, and at worst leads, to conflicts later on.

How can I get all traces of them removed?

like image 368
parliament Avatar asked Mar 14 '13 03:03

parliament


1 Answers

You can use the tf destroy command. This is non recoverable.

like image 113
allen Avatar answered Nov 19 '22 10:11

allen