git-svn: reset tracking for master

后端 未结 6 1114
自闭症患者
自闭症患者 2020-12-04 16:51

I\'m using git-svn to work with an SVN repository. My working copies have been created using git svn clone -s http://foo.bar/myproject so that my w

6条回答
  •  爱一瞬间的悲伤
    2020-12-04 17:14

    I had the same problem, and I merged remotes/trunk back into master after which git svn info pointed back to trunk

    I didn't have the time to actuall dcommit as I was leaving the project and my git-svn repo died with my worstation. I did trythe dcommit --dry-run and it said it would commit back to trunk.

    I'll reproduce the setup and test when I get the time

    cheers

提交回复
热议问题