My Visual Studio 2013 solution has a Test project. I can rename it in Solution Explorer, but I also want to rename the project folder on disk, and also reflect the change in Source Control (TFS). How can i do this?
thanks
@CodeCaster, thanks. Based on your advice, I did a little experiment and developed it. The first step is to rename the folder name to TFS; a new folder will appear in the local workspace, and all the contents of the folder will be moved to this new folder. The old folder remains there with the rest of the content that does not belong to the source control. You can delete it manually.
Or Use TFS Power Tools to rename from Explorer.
I followed these steps to save the version history of files inside TFS:
, . , .
, TFS.
tbl_Project Tfs_DefaultCollection, SQL Server, tfs. , , TFS Console, Application Tier, Data Tier Summary. , . , , ( ).
tbl_Project
Tfs_DefaultCollection
TFS Console
Application Tier
Data Tier Summary
TFS 2015 Express, .
, TFS .
, , .
https://www.visualstudio.com/en-us/docs/setup-admin/rename-team-project
I encountered a similar problem when trying to rename a folder in Visual Studio 2015. This is what I tried.
That should work.