Since a few days, my git-svn
hangs at Found possible branch point: .../trunk => .../branches/foo, 8809
when I do git svn fetch
.
The clone acutally is at revision 163671
already.
My box had a freeze lately, so it might be that something got stuck during a git svn fetch
when it froze and I had to reboot my Windows machine.
I tried to move .git/svn/
out of the way and let git svn
recover, but it just rebuilds trunk
and some others and then hangs at the exact same position again.
Does anyone have any idea why it might hang there suddenly and how to recover besides of a fresh git svn clone which would need a week or so. I'd prefer if there would be another way.