I just did a git svn rebase
no problem on Friday afternoon.
Monday morning, it's hanging and resulting in an error like "WFSO timed out"
$ git svn rebase
C:\Program Files (x86)\Git\bin\perl.exe: *** WFSO timed out
C:\Program Files (x86)\Git\bin\perl.exe: *** WFSO timed out
C:\Program Files (x86)\Git\bin\perl.exe: *** WFSO timed out
C:\Program Files (x86)\Git\bin\perl.exe: *** WFSO timed out
C:\Program Files (x86)\Git\bin\perl.exe: *** WFSO timed out
C:\Program Files (x86)\Git\bin\perl.exe: *** WFSO timed out
Unable to determine upstream SVN information from working tree history
How do I get it back to working again?
Last time it got into this state, I did a git svn fetch
all over again, which worked, but rebuild the local repo from scratch and so was very time consuming. Hoping there's a better way.