Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Deleting a branch folder in TFS

Tags:

tfs

So i just branched from my main project only to realize that i only needed to branch from one project within the main so now in my branch i have all other projects in which i don't need could i safely delete them from the branch?
OR
should i delete the whole branch folder using tf destroy and create a new branch from the main project which i only need. I tried deleting the whole branch folder but it is not allowing me to delete but i could delete some folders within the branch.

like image 877
Masriyah Avatar asked Jul 19 '13 20:07

Masriyah


1 Answers

I just did the exact same thing you described. My solution was to convert the branch to a normal folder. Then you can delete the folder and check in the change.

like image 192
Gabe Avatar answered Sep 19 '22 18:09

Gabe