move branches in team system

Posted by sagie on Stack Overflow See other posts from Stack Overflow or by sagie
Published on 2010-03-24T13:27:36Z Indexed on 2010/03/29 10:23 UTC
Read the original article Hit count: 299

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?

© Stack Overflow or respective owner

Related posts about tfs

Related posts about branching