All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ephrim Khong <dr.khong@gmail.com>
To: GIT Mailing-list <git@vger.kernel.org>
Subject: [Bug] git gc with alternates tries accessing non-existing directory
Date: Wed, 18 Mar 2015 09:11:48 +0100	[thread overview]
Message-ID: <55093344.9030500@gmail.com> (raw)

I have a non-bare repository /home/a set up with an alternate to the 
bare repository /b. Running  git gc  on /home/a produces below's error

   error: unable to open 
/b/objects/56/b969ffdf64343777a069260f41761dc0551bfa/00: Not a directory

The referenced file

   /b/objects/56/b969ffdf64343777a069260f41761dc0551bfa

exists, but is not a directory.

Thanks,
- Eph

 > git --version
git version 2.3.0

 > cat /home/a/.git/objects/info/alternates
/b/objects

 > cd /home/a && git gc
Counting objects: 4046, done.
Delta compression using up to 32 threads.
Compressing objects: 100% (970/970), done.
Writing objects: 100% (4046/4046), done.
Total 4046 (delta 3074), reused 4046 (delta 3074)
error: unable to open 
/b/objects/56/b969ffdf64343777a069260f41761dc0551bfa/00: Not a directory
fatal: unable to mark recent objects
error: failed to run prune

 > ls -al /b/objects/56
-r--r--r-- ##   199 Mar 11 11:21 0ae39e1f65160f0256aa1411d6c3c6d36cb79a
-r--r--r-- ##  1717 Mar 10 17:15 0c22f578c0f47c54bcd9de899701fceb08607a
-r--r--r-- ##   477 Mar  5 11:34 0dc6b1dac39e4366c739ede698232ce1a02d1a
-r--r--r-- ##    51 Mar  5 09:04 14ee4b890b61b9e8ac07a05b878d44ed2138da
-r--r----- ##   431 Mar  5 15:58 161adcb8a02868940f2fab2e7eb084de9a106a
-r--r--r-- ##   264 Mar 11 14:35 30af07890c31e54bc92da16ee6557d9ffba21a
-r--r----- ##   795 Mar 13 09:35 4ab2cb69f2f2e22215772f2ae604d24863ab9a
-r--r--r-- ##   181 Mar  9 12:38 ad631112e5971e872a88946cbae8176b4563ba
-r--r----- ## 14574 Mar  2 16:25 b969ffdf64343777a069260f41761dc0551bfa
-r--r--r-- ##   821 Mar  6 11:16 c55b01a68613c0ea1946869bb9b72370b8738a
-r--r--r-- ##  8199 Mar  4 12:14 cb732d06ae2adf04150766a70ca079e11801aa
-r--r----- ##   261 Mar 10 09:47 fadac9ce2f87392986438737b329fc6cab18ca

             reply	other threads:[~2015-03-18  8:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-18  8:11 Ephrim Khong [this message]
2015-03-18  9:42 ` [Bug] git gc with alternates tries accessing non-existing directory Jeff King
2015-03-18 11:55   ` Ephrim Khong

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=55093344.9030500@gmail.com \
    --to=dr.khong@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.