I'm busy migrating a Team Foundation Server 2012 Repository to a Git repository running in TFS 2013.
I'm using the recommended process:
- Clone a Git repository form TFS using git-tf.
- Create the Git repository using Visual Studio 2013 connected to a TFS 2013 server.
- Copy the cloned repository into the newly created local git repository (excluding the conf file).
- Commit and Sync the changes back into the TFS 2013 Git repository.
This process keeps the code change history intact, but it does not import the Work Items for the project.
Is there a better way to migrate from TFS 2012 to TFS GIT 2013 that will keep the TFS Work items intact?