From: Geert U. <ge...@li...> - 2000-05-24 08:28:33
|
On Wed, 24 May 2000, Michel Dänzer wrote: > Rune Elvemo wrote: > > this week is the last week I'll enjoy having a direct line to the > > internet... from next week on, I'll be using a sloooooooooow modem > > again... (that is, until the school starts in August)... > > > > anyway.. what are the chances that CVS will be up and running this week ?? > > (I mean, *before* the weekend) > > I surely hope so... Sven? :) > > > > downloading the whole kernel part from the CVS would take AGES using > > modem... (CVS is just the whole source tree uncompressed, right?) > > You can have CVS transmit compressed data with the -z option. Sourceforge > recommends -z3 (the number is passed to gzip) > > > > if I had the basic tree in the first place, and just had to download > > changes, then I guess it would be bareable... > > I think so. The first time you do EXPORT CVS_RSH=ssh cvs -z3 -d linux-apus.sourceforge.net:/.... co linux The next time you just do cvs -z3 update -d and it will transfer the changes only (compressed with gzip -3). Should be bearable with a POTS line. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@li... In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds --IAA22648.959150146/aeon.tvd.be-- ReSent-Date: Wed, 24 May 2000 10:26:40 +0200 (MET DST) ReSent-From: Geert Uytterhoeven <ge...@so...> ReSent-To: Linux/PPC on APUS development <lin...@li...> ReSent-Subject: Re: about CVS and stuff... ReSent-Message-ID: <Pin...@da...> On Wed, 24 May 2000, Michel Dänzer wrote: > Rune Elvemo wrote: > > this week is the last week I'll enjoy having a direct line to the > > internet... from next week on, I'll be using a sloooooooooow modem > > again... (that is, until the school starts in August)... > > > > anyway.. what are the chances that CVS will be up and running this week ?? > > (I mean, *before* the weekend) > > I surely hope so... Sven? :) > > > > downloading the whole kernel part from the CVS would take AGES using > > modem... (CVS is just the whole source tree uncompressed, right?) > > You can have CVS transmit compressed data with the -z option. Sourceforge > recommends -z3 (the number is passed to gzip) > > > > if I had the basic tree in the first place, and just had to download > > changes, then I guess it would be bareable... > > I think so. The first time you do EXPORT CVS_RSH=ssh cvs -z3 -d linux-apus.sourceforge.net:/.... co linux The next time you just do cvs -z3 update -d and it will transfer the changes only (compressed with gzip -3). Should be bearable with a POTS line. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@li... In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds --IAA22648.959150146/aeon.tvd.be-- |