Fossil SCM
"Unsupported command: blob" error during Fossil to Git export
Fixed
feeb8a91eb838f7…
· opened 15 years, 4 months ago
- Type
- Incident
- Priority
- —
- Severity
- Minor
- Resolution
- Fixed
- Subsystem
- —
- Created
- Nov. 17, 2010 10:56 a.m.
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?