[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: cvs update with file list is very slow
From: |
Brad L. Chisholm |
Subject: |
Re: cvs update with file list is very slow |
Date: |
Thu, 7 Feb 2002 17:30:35 -0500 |
User-agent: |
Mutt/1.2.5i |
What version of CVS is running on the server? In 1.11 and earlier, the
server would sleep approx. 1 second on each explicitly specified file,
as part of the timestamp race avoidance code. While this served a purpose,
it was not necessary for both the server and the client to sleep, so
the fix was to bypass the sleep in the server code.
You might want to try a server more recent than 1.11, and see if that fixes
your problem.
-Brad
On Thu, Feb 07, 2002 at 08:00:11PM +0200, Jason Elbaum wrote:
> I often invoke cvs using automatic scripts, and I've noticed that while
> most cvs functions are very efficient, one scenario is invariably slow.
> When I run "cvs update" with a list of files - sometimes a long list -
> cvs seems to take a good second of time to process each file. "cvs
> update" with no file list proceeds quickly through all the files in the
> hierarchy.
>
> Is this a known problem? Is there a way around it?
>
> Thanks,
>
> Jason Elbaum
>
> _______________________________________________
> Bug-cvs mailing list
> Bug-cvs@gnu.org
> http://mail.gnu.org/mailman/listinfo/bug-cvs