Migrate from Subversion to git, clone all branches and push through gitolite?
问题 I've been working on moving our 9 projects in one SVN repo over to 9 separate git repos, managed on a server by gitolite then shutting down SVN. Seven of them were easy as they had no branches or tags so on my workstation I was able to do a simple: git svn clone --stdlayout --no-metadata -A svnauthors.txt svn+ssh://user@host/var/subversion/project tempProject Then pushed from my workstation to the gitolite sever via: git remote add origin ssh://gitolite@host/project git push -u origin master