warning: refname 'xxx' is ambiguous when using git-svn

后端 未结 4 1155
故里飘歌
故里飘歌 2020-12-28 11:40

I am using git as a frontend to Subversion (via git svn).

So, for every svn trunk/branch I have remote branch in git named \"remotes/xxx\". For example \"remotes/tru

4条回答
  •  执笔经年
    2020-12-28 12:43

    It can be possible that you have another 'trunk' and 'coolfeature' as a tag. In this case, git doesn't know if you refer to branch or tag. Rename the tags and check if git doesn't report "ambiguous" name

提交回复
热议问题