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,