Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Message-ID: <00a401c0ca1c$ef715190$0200a8c0@lifelesswks> From: "Robert Collins" To: References: <20010420145228 DOT B25768 AT redhat DOT com> <3AE0894D DOT 5288FDF3 AT cygnus DOT com> <20010420152744 DOT A26175 AT redhat DOT com> <3AE0E6C9 DOT CFA716BF AT ece DOT gatech DOT edu> <3AE108A4 DOT C4C0E026 AT ece DOT gatech DOT edu> <20010421001605 DOT A23949 AT redhat DOT com> <008b01c0ca1a$0879bbd0$0200a8c0 AT lifelesswks> <20010421002326 DOT A24063 AT redhat DOT com> <009201c0ca1b$12d4fd50$0200a8c0 AT lifelesswks> <20010421002943 DOT A24151 AT redhat DOT com> <20010421003532 DOT A24255 AT redhat DOT com> Subject: Re: vfscanf in newlib Date: Sat, 21 Apr 2001 14:38:37 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-OriginalArrivalTime: 21 Apr 2001 04:30:42.0936 (UTC) FILETIME=[D3999780:01C0CA1B] ----- Original Message ----- From: "Christopher Faylor" To: Sent: Saturday, April 21, 2001 2:35 PM Subject: Re: vfscanf in newlib > On Sat, Apr 21, 2001 at 12:29:43AM -0400, Christopher Faylor wrote: > >>Thanks. I'm used to > >>cp -rp winsup winsup-pristine > >>cd winsup-pristine > >>cvs -z9 update -PdC -r HEAD but the cygwin cvs server doesn't support -C > >>AFAICT. > > > >You're right -C would make this even faster. I didn't know about this > >option. Could the cygwin cvs server support -C ? > >I have -P turned on in my .cvsrc so I don't have to supply it. > > > >-z9 is a little hard on the server. Since I use ssh, I just rely on > >its compression. I have that set to 4... Ok, I'll use -z4 for cygwin - I assumed bandwidth was your primary concern... > Btw, I rarely use -d since it can be dangerous. It's fine in the above > example, of course, but if you use it at the devo level you'll be checking > things out all day. > > I actually have a script that iterates over every top-level directory > that I currently have checked out. It cd's to the directory and *then* > does a 'cvs update -d'. > > I'm sure that you know this but I'm mentioning this for the archives. I do, but a script would be handy - care to put it somewhere? Rob > > cgf >