I suggest you ...

make it possible to move a Team Project between Team Project Collections

Currently you need to move an existing Team Project to a new Team Project Collection. I would like a feature to move Team Project between Team Project Collections without using TFS Integration Toolkit or other 3rd party tools.

911 votes
Vote
Sign in
Check!
(thinking…)
Reset
or sign in with
  • facebook
  • google
    Password icon
    I agree to the terms of service
    Signed in as (Sign out)
    You have left! (?) (thinking…)
    Visual Studio ALM TeamVisual Studio ALM Team shared this idea  ·   ·  Flag idea as inappropriate…  ·  Admin →

    15 comments

    Sign in
    Check!
    (thinking…)
    Reset
    or sign in with
    • facebook
    • google
      Password icon
      I agree to the terms of service
      Signed in as (Sign out)
      Submitting...
      • Jonas BrockJonas Brock commented  ·   ·  Flag as inappropriate

        A copy project feature (i.e. with the need for the user to delete the source afterwards if a move is desired) would be enough but we need initially to move 50-60% of our projects to another collection, and regularly archive projects (i.e. not delete) but to facilitate a change in backup and security profile etc. on older projects that are no longer active but still valuable source code wise and so on.

        Can't understand why it is not obvious that this feature is very relevant. We've recently upgraded from TFS2008 SP1 straight to TFS2012 using the upgrade wizard and the only option we had was to make one project collection with all projects in.

        It would have been fine with us if we in the upgrade process had given us the option of splitting the projects into x number of project collections at that point. But being able to do it afterwards is even more valuable.

        We don't at present need team site copy and so on only the "native" TFS stuff like source code including history and comments, and work items etc. however a complete project copy would be preferable.
        We really do not want to have to rely on third party tools and plug-ins for our enterprise work.

      • DavidDavid commented  ·   ·  Flag as inappropriate

        This would be very helpful, particularly in the scenarios of enterprise re-orgs or any change of structure, such as having TPC initially organized by region then by function.

      • Nicholas SNicholas S commented  ·   ·  Flag as inappropriate

        This would be extremely useful for me as well. Particularly if you could use it to move a team project between servers.

      • SesarioSesario commented  ·   ·  Flag as inappropriate

        This seems like a "no-brainer" feature to have...like moving a folder from one directory to another...or a table from one database to another...or a database from one server to another...or a ...I think you get the idea.

      • Chris FChris F commented  ·   ·  Flag as inappropriate

        We are trying to test the upgrade of a custom process template and I want to copy the Team Project we need to test to a different collection so that we can run the upgrade on that specific collection and verify everything is working.

        I ran the following commmand with the /clone option
        TFSConfig Collection /attach /collectionName:http://SERVER:8080/tfs/DefaultCollection_TESTING /collectionDB:SERVER;Tfs_DefaultCollection_TESTING /clone

        TF253021:The following team project is duplicated in at least two team project collections: IT. The collection cannot start while the duplication exists. You must delete this project from all but one of the collections before the collection can be started. The project exists in the following collections: DefaultCollection,DefaultCollection_Testing
        But when I try to bring the collection online I get the following error:

      • PremPrem commented  ·   ·  Flag as inappropriate

        Hi
        I would like to "move" a Team Project from one collection to the other.

        I dont need to "merge" into another team project etc. So hopefully there wont be any data conflicts etc or issues.

        Its so that we can manage collections effectively and still preserve history without having to recreate projects.

        Fingers crossed!
        Thanks

      • Charles HerringtonCharles Herrington commented  ·   ·  Flag as inappropriate

        We didnt realize until just now that you cant have projects shared across collections. Now that we know this we want to move all the projects that use the same shared projects into one collection but cant.

      • Manish JainManish Jain commented  ·   ·  Flag as inappropriate

        We also have need for this feature. We are creating new projects in 2010. Later we would like to migrate 2008 team projects into existing collection. Just like tfs integration platform, its okay to renumber work item, change set numbers etc. I understand this is a complex feature to implement but this should be part of TFS suite and less complex than integration platform.

      • Visual Studio ALM TeamVisual Studio ALM Team commented  ·   ·  Flag as inappropriate

        Wow, this is a tough one. The challenge has to do with all kinds of data conflicts that would be encountered when you tried to merge a team project into another collection. As an example, to do it with full fidelity, almost every changeset in the target collection would need to be renumbered, every link to those changesets would need to be updated, every work item in the source project would likely need to be renumbered, etc. Any place you've stored a reference to those items outside of TFS (such as work items in Excel-bound spreadsheets) would need to get updated.

        What is more realistic, and perhaps more valuable overall, is for us to eliminate the limitations imposed by the project collection boundary. Can you tell us which limitations are frustrating you? Is it linking between work items in disparate collections? Branching/merging code between collections? Backup/restore consistency of projects in different collections?

        In the meantime, Martin's proposed solutions are the best thing going. They aren't perfect, but they are better than nothing.

      • Daniel SteinerDaniel Steiner commented  ·   ·  Flag as inappropriate

        @martin, TFS Integration Platform is far away from being an ideal solution for the described scenarios if you really want to migrate all data of a Team Project.
        From Visual Studio Code Gallery "Team Foundation Server Integration Tools (March 2011 Release)":
        Limitations
        As mentioned above, there are items that are not migrated when using the tool and this should to be taken into consideration when deciding on whether to do a migration or upgrade.

        What IS NOT migrated by the Toolkit

        * Check-in notes
        * Labels

      • Martin HinshelwoodMartin Hinshelwood commented  ·   ·  Flag as inappropriate

        @daniel, hence the "The ideal solution would be to use the TFS Integration Platform." comment which would provide the functionality you are looking for.

      • Daniel SteinerDaniel Steiner commented  ·   ·  Flag as inappropriate

        @Martin
        your solution works only if you can live with a new Team Project Collection but not if you want to combine several Team Project from different Team Project Collections into a single Team Project Collections and therefore is almost unusable in real life

      • Martin HinshelwoodMartin Hinshelwood commented  ·   ·  Flag as inappropriate

        This is currently possible by "cloning" your team project and deleting all the projects that you do not want. While not ideal, it works.

        The ideal solution would be to use the TFS Integration Platform.

      Feedback and Knowledge Base