Go to "... \ Microsoft Visual studio8 \ common7 \ ide" in the command prompt line" Folder, run the following command:
View Workspace
Tfworkspaces/computer: client computer/Server: TFs server/owner: user who creates a workspace
Note: "*" is used to view all data.
Delete Workspace
Tfworkspace/delete workspace name; created user/servertfs Server
Delete a project
Tfsdeleteproject.exe/Server: TFs server project name
TFS 2008 does not provide the team project deletion function on the interface, but you can delete it using the following command line:
Usage: tfsdeleteproject [/q] [/Force] </Server: <Server Name> <Team Project Name>
Open the Visual Studio 2008 command window:
Tfsdeleteproject/Q/Server: http: // 192.168.1.1: 8080 the project name.
In the displayed logon window, enter the user name and password to delete the Team Project from Team Foundation. To use this command, you must be a member of the teamfoundation server administrators (Team Foundation server administrator) group or a member of the Project administrators (Project Administrator) group of the project to be deleted.
Note: After a team project is deleted, it cannot be recovered.
Parameter description:
[/Q]-No confirmation prompt.
</Server: <Server Name>-name of the team Foundation server.
[/Force]-continue even if some data cannot be deleted.
<Team Project Name>-project name. If the name contains spaces, use quotation marks.