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
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.