我有一个svn分支的本地副本,但不是通过svn或git-svn创建的。在整个开发过程中,我一直使用git作为VCS,现在我想将完成的版本提交到相应的svn分支。
我尝试了git-svn help中描述的内容:
git config --add svn-rmote.newbranch.fetch :refs/remotes/newbranch
然后我要去做
:git svn dcommit
但是在第一次执行之后,我会git svn fetch
收到错误消息。有没有办法添加“ svn orgin”?