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 rather complicated, and complicates my mission to introduce Git at my job.
相关问题
- Getting error: File extension specified '.webt
- Why does recursive submodule update from github fa
- Extended message for commit via Visual Studio Code
- Using TFS command line tf.exe how can I copy a rep
- Emacs shell: save commit message
相关文章
- 请教Git如何克隆本地库?
- GitHub:Enterprise post-receive hook
- Git Clone Fails: Server Certificate Verification F
- SSIS solution on GIT?
- Is it possible to do a “destroy history” in TFS?
- Is there a version control system abstraction for
- ssh: Could not resolve hostname git: Name or servi
- Cannot commit changes with gitextensions
There is a direct way its called git-tfs and it's up on github.
You just do a
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.
I wrote blog on migration of source code from TFS to Git, by maintaining your check-in history. Hope it will help:
Blog: TFS to GIT Migration