Domanda FileSystem to TFS 2010 Adapter guidance

  • giovedì 16 febbraio 2012 23:30
     
     

    Where can I find some more information or a walkthrough of how to use the filesystem to TFS 2010 adapter?

    I'm trying to migrate from Microsoft Dynamics AX 2009 MorphX version control to TFS 2010. I think I can get my files and version information to the filesystem if I know what it should look like for the filesystem adapter to work.

Tutte le risposte

  • mercoledì 22 febbraio 2012 07:38
     
     

    Hi,

    There is no support for moving objects from MorphX VCS to TFS including their
    history.


    Without the object history, it is obviously straightforward, as it is the
    same as initializing a new TFS version control with the latest version.


    AFAIK, there is no support in TFS to hydrate a version control with object
    and their history.If you were to try it, you would need to write a tool which would extract
    objects from every single changelist (starting from the beginning), and then

    check them into TFS, thus recreating the version history. Thanks,