How to: Migrate your SVN repository to Git – Nathan Hoad
Posted by jpluimers on 2016/12/08
How to: Migrate your SVN repository to Git – Nathan Hoad:
You’ve probably heard a lot about how awesome Git is from all the _cool_ people who are already using it. If you want to be part of the trendy crowd but feel tied down by your old Subversion repositories have no fear; Migrating all of those SVN repos to Git could not be easier **and** you get to keep the entire commit history of your project.
This is much better than what I did with FastMM:
Synced clone of FastMM SVN repository at http://sourceforge.net/projects/fastmm/ normally obtained through`svn checkout http://svn.code.sf.net/p/fastmm/code/ fastmm-code` but cloned by `git svn clone http://svn.code.sf.net/p/fastmm/code/ FastMM`
Source: jeroenp / FastMM — Bitbucket
Some more links for if I get stuck:
- Source: Syncing your Git repo with the Subversion repo | Thomas Ferris Nicolaisen’s blog
- Moving local SVN repositories to Git: github – svn2git error: [svn-remote “svn”] unknown – Stack Overflow
- git-svn: keeping git repo and svn repo in sync – Stack Overflow
- Reviving a git-svn clone | Rip’s Domain
- svn – Add a new subversion remote into existing Git repository – Stack Overflow
- “[svn-remote “svn”] unknown” – Google Search
- version control – Git SVN, Unable to determine upstream SVN information from working tree history after git rebase – Stack Overflow
- git – Unable to determine upstream SVN information from HEAD history – Stack Overflow
- git-svn: Unable to determine upstream SVN information from working tree history – Stack Overflow
- Graft: git – “Unable to determine upstream SVN information from working tree history” – Stack Overflow
- Migrating from svn to git – zobie’s blog
–jeroen
via: Stefan Glienke; For all the people migrating their svn repository to git – this guide really…






Leave a comment