在GIT和SVN之间创建提交链接

时间:2017-02-13 10:20:56

标签: git git-svn

我在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的链接?

0 个答案:

没有答案