Fossil

View Ticket
Login
2010-11-17
13:15 Fixed ticket [feeb8a91eb]: "Unsupported command: blob" error during Fossil to Git export plus 1 other change artifact: daa874958f user: drh
13:15
Set binary translation mode on windows for import and export. Ticket [feeb8a91eb838f743ae9] check-in: b408ece7f6 user: drh tags: trunk
12:46 Ticket [feeb8a91eb] "Unsupported command: blob" error during Fossil to Git export status still Open with 2 other changes artifact: 149320b30c user: drh
10:56 New ticket [feeb8a91eb]. artifact: f56527c8b1 user: anonymous

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
15.37 years ago
Created: 2010-11-17 10:56:21
15.37 years ago
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?