Reputation: 17004
I have created some projects into the root of a TFS Project. Now I need to create a V2 Branch from it. Now I think, it would be better to have the following structure:
I have taken a look, into this Question, but the move option is greyed out. A comment is suggesting to map the parent, but the parent is the root, which is already mapped.
How can I move all projects in the root, into a V1 Folder?
Upvotes: 1
Views: 235
Reputation: 51093
Before the moving, you need to create a workspace first. Confirm your workspace path, map your workspace, and get the source.
More details please refer this tutorial: Configure your workspace
Since all your projects are grayed and the move, rename , delete button is also grayed. You need to get the projects which you want to move and the branch V2 folder to local.
After this, the move button will be black and you will be able to move project. Check in pending changes, tfs will do a delete(delete the projects in old path) and add(add them to new path under branchV2) operation.
Upvotes: 1