Difference between revisions of "Git-svn"
Jump to navigation
Jump to search
m (formatting) |
|||
Line 1: | Line 1: | ||
− | If you use <code>git-svn</code> | + | If you try to use <code>git-svn</code> to convert to git you'll want to be aware of the --prefix option to <code>git init</code>. From the [https://git-scm.com/docs/git-svn the manual] |
<blockquote> | <blockquote> | ||
Line 8: | Line 8: | ||
</blockquote> | </blockquote> | ||
+ | |||
+ | == Bottom Line == | ||
+ | In all but the most trivial cases, git-svn is not adequate as a conversion tool. See http://esr.ibiblio.org/?p=6778, and also http://www.catb.org/~esr/reposurgeon/features.html for a run-down of the top contenders (and where they fall short). | ||
+ | |||
+ | [[Reposurgeon]] is the best conversion tool for migrating from Subversion to Git. |