Re: cg update failing

2005-07-19 Thread James Cloos
> "Petr" == Petr Baudis <[EMAIL PROTECTED]> writes: Petr> Huh. Well, you had to do uberweird things with your repository - Petr> why did you cg-seek at all? What Cogito version is it? All I ever did was track and compile linus’ tree. IIRC, when the first new tag was added after I cloned the

Re: [RFD] server-info to help clients

2005-07-19 Thread Junio C Hamano
The management of multiple packs and strategy of deciding when to create the next incremental (be it throw-away or permanent) is something I am not particularly interested in at this moment, and as you correctly pointed out, the "single throw-away pack" is an example of _bad_ strategy [*1*]. I am

[PATCH] Make debian/rules executable, and correct the spelling of rsync in debian/control

2005-07-19 Thread Ryan Anderson
Make debian/rules executable, and correct the spelling of rsync in debian/control --- debian/control |2 +- debian/rules |0 2 files changed, 1 insertions(+), 1 deletions(-) mode change 100644 => 100755 debian/rules d1acec0c9f2f1936528769c76089961cec4a096e diff --git a/debian/contro

Re: [RFD] server-info to help clients

2005-07-19 Thread David Lang
i wonder how much benifit there is to the throw-away packs. if you do permanent incremental packs every day (or every few days) is there really enough activity to make it worth the added complexities (specificly including detecting that it is a throw-away pack on the client side and therefor y

[RFD] server-info to help clients

2005-07-19 Thread Junio C Hamano
While things are quiet (I envy everybody having fun at OLS), I've been cooking something to help clients to pull from dumb servers. I assume that: - The object database is packed, following the recommendations in the "Working with Others" section of the tutorial. - The repository owner _may

Re: Why fetching latest kernel sources is failing?

2005-07-19 Thread Petr Baudis
Dear diary, on Wed, Jul 13, 2005 at 07:22:22PM CEST, I got a letter where "Paolo \\'Blaisorblade\\' Giarrusso" <[EMAIL PROTECTED]> told me that... > cg-clone http://www.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git Please use rsync, http is broken for the time being and not trivially

Re: [ANNOUNCE] Gct-0.1, a GUI enabled Git commit tool

2005-07-19 Thread Petr Baudis
Dear diary, on Fri, Jul 15, 2005 at 02:46:42AM CEST, I got a letter where Fredrik Kuivinen <[EMAIL PROTECTED]> told me that... > Hi, Hello from a lazy reader who didn't actually try it, > Gct v0.1 has been released and can be downloaded from > http://www.cyd.liu.se/~freku045/gct/gct-0.1.tar.gz >

Re: Is cogito really this inefficient

2005-07-19 Thread Petr Baudis
Dear diary, on Thu, Jul 14, 2005 at 05:26:07PM CEST, I got a letter where Linus Torvalds <[EMAIL PROTECTED]> told me that... > It's quite possible that some path in cg-update ends up not updating the > index properly. For example, I notice that the "fast-forward" uses > "git-checkout-cache -f -a"

Re: Cannot get git any more?

2005-07-19 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > > -> cg-clone rsync://rsync.kernel.org/pub/scm/git/git.git > > /usr/local/src/git > > defaulting to local storage area > > @ERROR: Unknown module 'pub' > > rsync: connection unexpectedly closed (41 bytes read so far) > > rsync error: error in rsync prot

Re: [ANNOUNCE] Cogito 0.12.1

2005-07-19 Thread Petr Baudis
Dear diary, on Wed, Jul 13, 2005 at 01:13:52PM CEST, I got a letter where Catalin Marinas <[EMAIL PROTECTED]> told me that... > Russell King <[EMAIL PROTECTED]> wrote: > > I won't bother trying to explain, I'll just paste the errors. We've been > > here before in a previous cogito revision. > > >

Re: Cannot get git any more?

2005-07-19 Thread Petr Baudis
Dear diary, on Mon, Jul 18, 2005 at 12:49:04AM CEST, I got a letter where Wolfgang Denk <[EMAIL PROTECTED]> told me that... > -> cd .. > -> mv git git.OLD > -> cg-clone rsync://rsync.kernel.org/pub/scm/git/git.git > /usr/local/src/git > defaulting to local storage area > @ERROR: Unknown module 'pub

Re: cg update failing

2005-07-19 Thread Petr Baudis
Dear diary, on Fri, Jul 15, 2005 at 06:12:48AM CEST, I got a letter where James Cloos <[EMAIL PROTECTED]> told me that... > Well, it wasn't as Ok as I first thought. There were several .rej and > backup files as left behind by patch(1). cg update HEAD says: Branch > already fully merged but Make

Re: 2.6.12 hangs on boot

2005-07-19 Thread Alexander Y. Fomichev
On Monday 18 July 2005 16:58, Andi Kleen wrote: > Can you please test if this patch fixes it? > > -Andi > > > Don't compare linux processor index with APICID > > Fixes boot up lockups on some machines where CPU apic ids > don't start with 0 > > Signed-off-by: Andi Kleen <[EMAIL PROTECTED]> > > Inde