move branches in team system
- by sagie
Hi.
I have the following scenario in my TFS:
MyTeamProject
Trunc
Sources
Scripts
Installations
Prod
Sources
Scripts
Installations
When prod is a branch of trunc.
Now I need to create versions under my production folder:
MyTeamProject
Trunc
Sources
Scripts
Installations
Prod
V1.0.0
Sources
Scripts
Installations
V1.1.0
Sources
Scripts
Installations
How can I move the current production to the version 1.0.0 folder, and still keep on the branch relation from trunc to v1.0.0 (previously "Prod")?
If i'll move one folder at a time (Sources, Scripts & Installations), I'll have the branch relation to the specific folders, and not on the entire Trunc.
Any Idea?