Migrating from TFS to Git

后端 未结 2 602
没有蜡笔的小新
没有蜡笔的小新 2020-12-04 09:53

Is it possible to migrate from TFS 2008 to Git, and still preserve all the history, etc? I\'ve seen some references that talk about doing it through SVN, but that seems rath

2条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-04 10:49

    There is a direct way its called git-tfs and it's up on github.

    You just do a

      git tfs clone  
    

    I recommend getting the source and adding it to your path separately so that you can debug it for any strangeness, but the code is pretty easy to step through.

    I had a file that was an msi that was 500 MB that the client stored in tfs, that wouldn't convert, took a few hours to narrow it down.

提交回复
热议问题