svn到git转换没有共同点

时间:2012-01-04 17:03:48

标签: git svn git-svn

我正在尝试按照http://www.albin.net/git/convert-subversion-to-git的说明将svn存储库转换为git。我已经按照相同的说明完成了这一次,并且它有效,但是这次在指令“git push bare”中的第4步,我得到以下错误。

No refs in common and none specified; doing nothing.
Perhaps you should specify a branch such as 'master'.
fatal: The remote end hung up unexpectedly
error: failed to push some refs to '/Users/[ME]/new-bare.git'

无论如何都要错过这个错误?或者有更好的方法从svn转换为git吗?

1 个答案:

答案 0 :(得分:1)

我也试过按照指南,它很复杂,对我不起作用。 我不知道为什么,我做的很简单: 1. git svn clone YOUR_SVN_REPOSITORY 2.在提交历史记录(How do I change the author of a commit in git)中手动修复作者。