git-svn rebase and dcommit problem

前端 未结 4 1758
余生分开走
余生分开走 2021-02-09 03:09
git version 1.7.1
svn, version 1.6.12
Ubuntu 10.10

I have just git and I have used svn. But I haven\'t used then together. I had a git repository, and

4条回答
  •  [愿得一人]
    2021-02-09 04:14

    Did you use the Google instructions here to import your git repo to svn? I had a similar error after using those instructions: the initial import went fine, but something went wrong somewhere down the line and I couldn't push subsequent commits.

    I resolved it by just git svn init-ing a fresh git repo to track my svn repo.

提交回复
热议问题