Some help please. This doesn't seem to do it for me:
git svn clone --stdlayout --authors-file=../authors.txt file:///home/path
Some help please. This doesn't seem to do it for me:
git svn clone --stdlayout --authors-file=../authors.txt file:///home/path
I have had great luck with specifying the branches and tags explicitly:
git svn clone http://server.com/svn/project -T trunk -b branches -t tags project
git remote add origin [email protected]:project
git push origin master