git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Deskin Miller" <deskinm@umich.edu>
To: "Björn Steinbrink" <B.Steinbrink@gmx.de>
Cc: "Ark Xu" <ark.work@gmail.com>, git@vger.kernel.org
Subject: Re: git svn bug?
Date: Thu, 2 Oct 2008 10:59:44 -0400	[thread overview]
Message-ID: <86d4c5e00810020759n6f64f0acx575a1dede5d7aba8@mail.gmail.com> (raw)
In-Reply-To: <20081002144916.GA3644@atjola.homenet>

On Thu, Oct 2, 2008 at 10:49 AM, Björn Steinbrink <B.Steinbrink@gmx.de> wrote:
> On 2008.10.02 16:50:45 +0800, Ark Xu wrote:
>>   Now I got a tough problem which stopping me for any svn related
>> operations. There is a file log4j.xml that is somehow strange because
>> when I fetch it, i got the following message:
>>
>> tms-service/src/test/resources/log4j.xml has mode 120000 but is not a
>> link at /opt/local/bin/git-svn line 3230.
>> M     tms-service/src/test/resources/log4j.xml
>>
>>   And then, all the operation will lead to :
>> Checksum mismatch: branches/5.3/tms-service/src/test/resources/log4j.xml
>> 51031cbb0e1a2e878e4a3836cf0baa9b80a037a5
>> expected: fab6daef9fc355b9342e26047f5d0141
>>      got: 0e7e9081d608c80d2de0340ba5cd1600
>
> Which git version? And is your /tmp large enough to store that file?

I've had issues similar to this when I did Ctrl+C during git svn
fetch.  Prior to the issue you've pointed out popping up, though, I
could compare the repo against another git svn fetch which was not
interrupted, and the commits would diverge at some point.  When I
looked into the commit which diverged, the commit object was present
in my interrupted repo, but the diff was empty, while it was non-empty
in the other repo.

It seems there's an issue with git svn fetch atomically fetching and
updating its refs.  I've not had time to investigate further, but I
certainly want to.

In the meantime, I worked around it on initial fetch from a big svn
repository by using git svn fetch -r1:n , and increasing n in
increments, so it could run to completion without me interrupting it.

This was seen using git 1.5.4.3 from Ubuntu.

Deskin Miller

      reply	other threads:[~2008-10-02 15:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-02  8:50 git svn bug? Ark Xu
2008-10-02 14:49 ` Björn Steinbrink
2008-10-02 14:59   ` Deskin Miller [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=86d4c5e00810020759n6f64f0acx575a1dede5d7aba8@mail.gmail.com \
    --to=deskinm@umich.edu \
    --cc=B.Steinbrink@gmx.de \
    --cc=ark.work@gmail.com \
    --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).