What does this svn2git error mean?

后端 未结 5 1493
一向
一向 2020-12-30 20:16

I am trying to import my repository from svn to git using svn2git, but it seems like it\'s failing when it hits a branch. What\'s the problem?

Found possible         


        
5条回答
  •  执念已碎
    2020-12-30 21:07

    It seems svn2git doesn't pass the branch configuration correctly. I had the standard layout but the error occurred. I fixed it with passing the defaults for the layout again:

    $ svn2git http://repos --branches branches --tags tags --trunk trunk
    

    Then it worked as expected.

提交回复
热议问题