From: Troy Telford <ttelford.groups@gmail.com>
To: "Shawn O. Pearce" <spearce@spearce.org>
Cc: git <git@vger.kernel.org>
Subject: Re: git-fast-import question
Date: Wed, 29 Jul 2009 18:00:02 -0600 [thread overview]
Message-ID: <1e30a6d10907291700u55eef62cy22c87815602616ee@mail.gmail.com> (raw)
In-Reply-To: <20090729224855.GD1033@spearce.org>
> My initial guess is, you don't have what
> you think you have.
Thanks for the tip - you're right in that I don't have what I think I have.
Namely, there are entire sections of the dump file that aren't getting
imported. fast-import isn't complaining about it either.
commit refs/heads/foo
<various metadata>
M 100644 :mark path/to/some/file
Isn't getting imported (to any branch, let alone refs/heads/foo)
So when the later commit wants to rename the file, it can't be found.
Digging a bit deeper, I found a few cases where I'd have something
along the lines of:
commit refs/heads/foo
mark :1
<etc, etc.>
commit refs/heads/foo
mark :2
from :1
<etc, etc>
ie. two sequential commits, to the same branch. The first commit is
being imported; the second commit isn't being imported. Many
subsequent commits are similarly cast aside - then for no reason I can
tell, commits start getting imported again. I'd expect fast-import to
complain, but that doesn't seem to be happening.
prev parent reply other threads:[~2009-07-30 0:00 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-29 22:36 git-fast-import question Troy Telford
2009-07-29 22:48 ` Shawn O. Pearce
2009-07-30 0:00 ` Troy Telford [this message]
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=1e30a6d10907291700u55eef62cy22c87815602616ee@mail.gmail.com \
--to=ttelford.groups@gmail.com \
--cc=git@vger.kernel.org \
--cc=spearce@spearce.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).