git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* error: non-monotonic index
@ 2008-11-03  2:32 Peter Teoh
  2008-11-03  8:51 ` Pierre Habouzit
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Teoh @ 2008-11-03  2:32 UTC (permalink / raw)
  To: git

I git pull and got errors, then git repack and pull again......the
error increased....what happened?



/hdc1/download/2.6/linux26-acer>git pull
remote: Counting objects: 3959, done.
remote: Compressing objects: 100% (668/668), done.
remote: Total 2422 (delta 1934), reused 2154 (delta 1702)
Receiving objects: 100% (2422/2422), 409.97 KiB | 8 KiB/s, done.
Resolving deltas: 100% (1934/1934), completed with 757 local objects.
From git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
   e946217..45beca0  master     -> origin/master
 * [new tag]         v2.6.28-rc3 -> v2.6.28-rc3
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
fatal: Needed a single revision
45beca08dd8b6d6a65c5ffd730af2eac7a2c7a03 - not something we can merge
/hdc1/download/2.6/linux26-acer>git repack
Counting objects: 9, done.
Compressing objects: 100% (9/9), done.
Writing objects: 100% (9/9), done.
Total 9 (delta 0), reused 0 (delta 0)
/hdc1/download/2.6/linux26-acer>git pull
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
error: non-monotonic index
fatal: Needed a single revision
45beca08dd8b6d6a65c5ffd730af2eac7a2c7a03 - not something we can merge


-- 
Regards,
Peter Teoh

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: error: non-monotonic index
  2008-11-03  2:32 error: non-monotonic index Peter Teoh
@ 2008-11-03  8:51 ` Pierre Habouzit
  2008-11-03 23:47   ` Peter Teoh
  0 siblings, 1 reply; 3+ messages in thread
From: Pierre Habouzit @ 2008-11-03  8:51 UTC (permalink / raw)
  To: Peter Teoh; +Cc: git

[-- Attachment #1: Type: text/plain, Size: 697 bytes --]

On Mon, Nov 03, 2008 at 02:32:44AM +0000, Peter Teoh wrote:
> I git pull and got errors, then git repack and pull again......the
> error increased....what happened?

what is your local git version and the remote one ?

It's likely that your local git is not aware of packs v2 which is now
default. You want to upgrade your local git, if you're on Debian etch,
updates have been pushed in the last dot release. Or you can even use
git-core from backports.org which is even more up to date (1.6.sth I
guess).

-- 
·O·  Pierre Habouzit
··O                                                madcoder@debian.org
OOO                                                http://www.madism.org

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: error: non-monotonic index
  2008-11-03  8:51 ` Pierre Habouzit
@ 2008-11-03 23:47   ` Peter Teoh
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Teoh @ 2008-11-03 23:47 UTC (permalink / raw)
  To: Pierre Habouzit; +Cc: git

Thank you Pierre,

I installed a new copy, now seemingly working, thanks a lot!!!

On Mon, Nov 3, 2008 at 4:51 PM, Pierre Habouzit <madcoder@debian.org> wrote:
> On Mon, Nov 03, 2008 at 02:32:44AM +0000, Peter Teoh wrote:
>> I git pull and got errors, then git repack and pull again......the
>> error increased....what happened?
>
> what is your local git version and the remote one ?
>
> It's likely that your local git is not aware of packs v2 which is now
> default. You want to upgrade your local git, if you're on Debian etch,
> updates have been pushed in the last dot release. Or you can even use
> git-core from backports.org which is even more up to date (1.6.sth I
> guess).
>
> --
> ·O·  Pierre Habouzit
> ··O                                                madcoder@debian.org
> OOO                                                http://www.madism.org
>



-- 
Regards,
Peter Teoh

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-11-03 23:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-03  2:32 error: non-monotonic index Peter Teoh
2008-11-03  8:51 ` Pierre Habouzit
2008-11-03 23:47   ` Peter Teoh

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).