nirvdrum / svn2git

Ruby tool for importing existing svn projects into git.
MIT License
2.11k stars 443 forks source link

svn2git failing on a specific branch #162

Closed Psychoboy closed 10 years ago

Psychoboy commented 10 years ago

command failed: 2>&1 git branch --track "XXXX" "remotes/svn/XXXX"

I renamed the branch in this message, but this is the general error I am getting. I really don't care about this specific branch. Is there a way I can ignore it?

chrnola commented 10 years ago

This seems to be a duplicate of #145 (there are some workarounds and a proposed solution there).

nirvdrum commented 10 years ago

This should be fixed in 2.3.1. Please reopen if you find otherwise.