Create a team project collection
TFS Server Management console \ Team project collection page. Select the ' Create Collection ' link and follow the wizard to create the project collection.
Create a team project
Once you've created your team project collection, you're ready to start creating your team project.
Enter VS, after connecting the TFS server, select ' New team project ... ' from the menu below
Then, enter the team project name, process template Select Agile, source control select TFS, and then create a team project until you are done.
Delete a team project
In order to test, we often create a team project for testing and remove it from TFS when it is no longer needed, so how do you completely remove the team project from TFS? Generally there are two ways. However, the first way is not recommended, it is best to use the second way.
Method One:
Go to the management Console \ Team project collection for TFS Server and choose the ' delete ' link from it.
However, this approach may not be possible to delete cleanly, resulting in the use of the original name to create the team project times error (source control folder name is duplicated). So recommend this way.
Method Two: "Recommended"
Using the tools Microsoft has provided for us, it is installed with VS, and the directory is as follows (vs2013): C:\Program Files (x86) \microsoft Visual Studio 12.0\common7\ide
How to use:
Go to the above directory and run the following command:
Tfsdeleteproject.exe/force/collection:http://cooto360:8080/tfs/ssharing Ubtrip
Description
Http://cooto360:8080/tfs/SSharing, team project collection address
Ubtrip, the name of the team project to be deleted (should be unique).
Parameter description:
How to create a team project in TFS and how to work with a team project