Fossil

View Ticket
Login

View Ticket

Ticket Hash: feeb8a91eb838f743ae9ac2de426f60bcadeefee
Title: "Unsupported command: blob" error during Fossil to Git export
Status: Fixed Type: Incident
Severity: Minor Priority:
Subsystem: Resolution: Fixed
Last Modified: 2010-11-17 13:15:29
Version Found In: [115f3ea60e] 2010-11-16 23:16:20 UTC
Description:
Converting a clone of the Fossil repo to Git produces the following error:
$ fossil export -R ../fsl.fsl | git fast-import
fatal: Unsupported command: blob
fast-import: dumping crash report to .git/fast_import_crash_4728

This was done on a Windows 7 box using msysGit (with Git v1.7.3.1).


drh added on 2010-11-17 12:46:38:
Perhaps this is the notorious windows NL -> CRNL issue that I still do not know how to solve. Can you try the same export on Linux or Mac?