我在GIT中有projec,但现在我还需要提交清空SVN存储库。 我做了:
git clone https://path/to/git/project1
git svn init -T http://path/to/svn/project1
git svn fetch
我做了git svn dcommit之后我得到了msg:
Unable to determine upstream SVN information from HEAD history.
如何解决?如何创建从GIT到SVN的链接?