git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Joerg Sonnenberger <joerg@britannica.bec.de>
To: git@vger.kernel.org
Subject: git fast-import --import-marks broken
Date: Fri, 22 Jul 2011 22:07:30 +0200	[thread overview]
Message-ID: <20110722200730.GA3972@britannica.bec.de> (raw)

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

                 reply	other threads:[~2011-07-22 20:08 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110722200730.GA3972@britannica.bec.de \
    --to=joerg@britannica.bec.de \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).