linux-2.6.git mirror

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <git@...>
Date: Tuesday, October 16, 2007 - 4:27 pm

Hi Linus,


I'm trying to setup a mirror of your Linux tree with git 1.5.3.1 and
v2.6.23-5054-g821f3ef and I get the following error during this
scenario:

$ mkdir linux
$ cd linux
$ git --bare init --shared=all
Initialized empty shared Git repository in /home/emmedve1/linux/
$ git remote add --mirror -f origin
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
$ git fsck --full --strict	<- all fine
$ git remote update
Updating origin
error: Object 5dc01c595e6c6ec9ccda4f6f69c131c0dd945f8c is a tree, not a
commit
error: Object 5dc01c595e6c6ec9ccda4f6f69c131c0dd945f8c is a tree, not a
commit
$ git fsck --full --strict	<- all fine

The situation is similar with the git tree:

error: Object a0e7d36193b96f552073558acf5fcc1f10528917 is a blob, not a
commit

Other repositories (sparse for example) don't necessarily expose this,
but I didn't test too many. This situation doesn't seem to surface for
non-bare clones. I searched a bit the web for this, but nothing obvious
showed up.

Is this something I should be worried about?


Thanks for your patience,
Emil.
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
linux-2.6.git mirror, Medve Emilian-EMMEDVE1, (Tue Oct 16, 4:27 pm)
Re: linux-2.6.git mirror, Linus Torvalds, (Thu Oct 18, 6:26 pm)
RE: linux-2.6.git mirror, Medve Emilian-EMMEDVE1, (Thu Oct 18, 6:46 pm)
RE: linux-2.6.git mirror, Linus Torvalds, (Thu Oct 18, 7:24 pm)
RE: linux-2.6.git mirror, Medve Emilian-EMMEDVE1, (Fri Oct 19, 6:50 pm)
RE: linux-2.6.git mirror, Medve Emilian-EMMEDVE1, (Tue Oct 16, 4:47 pm)