How do I convert my SVN repository to Git while preserving branches?
Posted
by Alexander
on Stack Overflow
See other posts from Stack Overflow
or by Alexander
Published on 2010-04-25T03:32:21Z
Indexed on
2010/04/25
3:33 UTC
Read the original article
Hit count: 274
Some help please. This doesn't seem to do it for me:
git svn clone --stdlayout --authors-file=../authors.txt file:///home/path
© Stack Overflow or respective owner