Deleting TFS Project
Ever tried deleting a TFS project created accidentally??.
As Team foundation server is not having any UI functions to delete the project, we can do this through command line.
Use the below command on your server where TFS is installed and you can completely delete all the traces of the project.
syntax :
TFSDeleteproject [/q] [/force] [/server: servername] teamprojectname
example:
TFSDeleteProject /server:testserver testproject
while specifying the servername please use quotes if the server name has spaces.
Thats it. Now your accidentally/unused project will be removed forever.
Labels: delete, foundation, project, server, team, tfs, tfsdelete project
Post a Comment