Re: non-monotonic index error
From: Jon Smirl <hidden>
Date: 2016-06-15 22:45:17
On 9/2/08, Nicolas Pitre [off-list ref] wrote:
On Tue, 2 Sep 2008, Jon Smirl wrote: > On 9/2/08, Nicolas Pitre [off-list ref] wrote: > > On Tue, 2 Sep 2008, Jon Smirl wrote: > > > > > I pulled from linus, did stg rebase linus/master, git push digispeaker > > > and got these errors. > > > > > > Where's the problem, at my local machine or the digispeaker one? How > > > do I fix this? > > > > > > jonsmirl@terra:~/fs$ stg --version > > > Stacked GIT 0.14.3.195.g36a0 > > > git version 1.5.6.GIT > > > Python version 2.5.2 (r252:60911, Jul 31 2008, 17:31:22) > > > [GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)] > > > jonsmirl@terra:~/fs$ > > > > > > [digispeaker]$ git --version > > > git version 1.4.4.4 > > > > > > This should be upgraded to at least version 1.4.4.5. If this is a > > Debian distro and they didn't provide an updated package for git then > > please fill a bug with Debian. > > > > I just built the current version in my local directory, I'm still > getting the monotonic error on push. Do I need to repack or something? Probably because the version in your local directory is not the one used when the push is performed. Still, on pushes it is the native git protocol which is used and in that case there should not be any index version issues. Puzzled.
Whack tree at server. Clone from linus. Push to the tree again. Problem is gone. -------------------------------------- This may be a clue... [digispeaker]$ git repack error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index Generating pack... error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index 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: bad object bce7f793daec3e65ec5c5705d2457b81fe7b5725 [digispeaker]$ git show bce7f793daec3e65ec5c5705d2457b81fe7b5725 error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index error: non-monotonic index 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: bad object bce7f793daec3e65ec5c5705d2457b81fe7b5725 [digispeaker]$ That's a valid object so it should have been ok. I think my tree got corrupted somehow. -- Jon Smirl jonsmirl@gmail.com