jyknight / llvm-git-migration

7 stars 6 forks source link

--revmap-out results in "Unsupported command get-mark" #7

Closed greened closed 5 years ago

greened commented 5 years ago

When I pass --revmap-out to migrate-downstream-fork.py git-fast-import ends up aborting with the error "Unsupported command get-mark :99."

Mark 99 exists in the fast-import crash dump. The get-mark command appears just after a tag command.

greened commented 5 years ago

This seems to be intermittent somehow. It was failing regularly for several runs but then of course as I tried to recreate it to get more debugging information, it stopped failing.

greened commented 5 years ago

This seems to be related to the underlying git version used. When I put a newer git in my PATH, this problem goes away. So this seems to be a git issue rather than a script issue. Closing.