This is the mail archive of the cygwin-developers@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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

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.

cgf


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]