git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bryan Donlan <bdonlan@gmail.com>
To: "John M. Dlugosz" <ngnr63q02@sneakemail.com>
Cc: git@vger.kernel.org
Subject: Re: What's going on here? Bad repo, no error locally?
Date: Wed, 22 Apr 2009 00:52:29 -0400	[thread overview]
Message-ID: <3e8340490904212152w4e308cf1wa0d20d05df3cbb48@mail.gmail.com> (raw)
In-Reply-To: <gsm6tr$or7$1@ger.gmane.org>

On Wed, Apr 22, 2009 at 12:37 AM, John M. Dlugosz
<ngnr63q02@sneakemail.com> wrote:
> Bryan Donlan wrote:
>>
>> Extract the object on developer B's workstation:
>> git cat-file blob <object ID>  > blob.dat
>>
>> Copy it to upstream, then do:
>> git hash-object -w blob.dat
>>
>> If all goes well, hash-object will give you back the blob's ID, and
>> the repository will fsck cleanly again.
>
> Thanks, I was looking through the manual for that but wasn't sure how to put
> it together.
>
> But, what could be wrong with B's repo that makes this happen repetetly?  I
> assumed it was network SNAFU, but after restoring the upstream repo, his
> push did it again.

Theoretically, this should never happen :)
Are you accessing the repo directly through a file share, or through a
git-daemon connection?
If the former, could something like a virus scanner be deleting loose
objects, perhaps?

  reply	other threads:[~2009-04-22  4:54 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-22  0:18 What's going on here? Bad repo, no error locally? John Dlugosz
2009-04-22  4:21 ` Bryan Donlan
2009-04-22  4:37   ` John M. Dlugosz
2009-04-22  4:52     ` Bryan Donlan [this message]
2009-04-22  5:06 ` Junio C Hamano
2009-04-22 15:59   ` John Dlugosz
2009-04-22 16:30     ` Brandon Casey

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=3e8340490904212152w4e308cf1wa0d20d05df3cbb48@mail.gmail.com \
    --to=bdonlan@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=ngnr63q02@sneakemail.com \
    /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).