Reputation: 21
I have several TFS projects that need to be renamed or copied and deleted. What is the best way to go about this?
Upvotes: 2
Views: 1132
Reputation: 3352
You can now rename team projects in Visual Studio Online and in the upcoming Team Foundation Server 2015 release: https://www.visualstudio.com/en-us/news/2015-apr-24-vso
Upvotes: 0
Reputation: 7685
There is no (easy) way to rename a TFS project - read the Renaming Team Project in VS2008 article.
So far the only way to do it is to create a new project and move relevant elements (source code, work items, etc.) over.
Upvotes: 3