Fossil SCM
Export --git fails with "mark not declared"
4b3bd5ff68e0907…
· opened 12 years, 10 months ago
- Type
- Code_Defect
- Priority
- —
- Severity
- Severe
- Resolution
- Duplicate
- Subsystem
- —
- Created
- June 4, 2013 2:06 p.m.
After cloning the official SQLite repository from http://www.sqlite.org/src I tried to export it into a git repository to use as a submodule.
So I started fossil export --git ../sqlite3.fossil | git fast-import and after working for some time it failed with "fatal: mark :60631 not declared"
You can find the full git crash log (1.82 MB) at https://dl.dropboxusercontent.com/u/3916812/fast_import_crash_6328
Comments (2)
After cloning the official SQLite repository from http://www.sqlite.org/src I tried to export it into a git repository to use as a submodule.
So I started fossil export --git ../sqlite3.fossil | git fast-import and after working for some time it failed with "fatal: mark :60631 not declared"
You can find the full git crash log (1.82 MB) at https://dl.dropboxusercontent.com/u/3916812/fast_import_crash_6328
Duplicate of [4013b0a81a66de9f7]