git-svn migration fatal: not a valid SHA1 update-ref refs/heads/master refs/remotes/trunk: command returned error: 128

后端 未结 5 757
醉话见心
醉话见心 2021-02-07 09:20

Trying to migrate a large but linear svn repository to git. The svn repository does not have the standard layout (trunk, branches, tags)...just one directory with the trunk.

5条回答
  •  萌比男神i
    2021-02-07 09:28

    Also had the issue. Figured out that git command is case-sensitive and that I was specifying --trunk=trunk/MyLib instead of --trunk=trunk.Mylib

    I managed to resolve it that way.

    Hope this helps someone...

提交回复
热议问题