* git fast-import --import-marks broken
@ 2011-07-22 20:07 Joerg Sonnenberger
0 siblings, 0 replies; only message in thread
From: Joerg Sonnenberger @ 2011-07-22 20:07 UTC (permalink / raw)
To: git
Hi,
I'm trying to incremental updates of larger repositories (> 100MB) into
git to provide a mirror. First run uses
git fast-import --export-marks=import-0
...and the second run
git fast-import --import-marks=import-0 --export-marks=import-1
After a while, when it hits the actual commits in the input stream, I
get
error: unable to find d17263cb13b181e16217c7b18b0c47a6c30f02ae
fatal: object not found: d17263cb13b181e16217c7b18b0c47a6c30f02ae
fast-import: dumping crash report to .git/fast_import_crash_28817
Crash report is attached. The interesting part is that the mark with
this hash does exist in import-0, so why doesn't it find the object?
I'm running git 1.7.6.
Joerg
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-07-22 20:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-22 20:07 git fast-import --import-marks broken Joerg Sonnenberger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).