bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: client protocol not responding to repeated checkout request


From: Larry Jones
Subject: Re: client protocol not responding to repeated checkout request
Date: Sun, 8 Jun 2003 15:43:50 -0400 (EDT)

Alexander Taler writes:
> 
> I'm working on a Perl library to provide access to CVS via the
> cvsclient protocol.  I'm now optimizing it to use the same
> connection to the cvs server for many requests.  As warned in the
> docs, I've discovered a case where multiple commands don't work
> as expected.  If I checkout (or update) a specific revision of a
> file twice, it doesn't return the contents the second time.  Is
> this a bug?

No, it's expected behavior.  Once you've checked the file out (or
updated it), you already have the correct revision of the file, so doing
the same command a second time doesn't do anything.  Exactly the same
thing happens if you send the commands using separate connections.

-Larry Jones

When I want an editorial, I'll ASK for it! -- Calvin




reply via email to

[Prev in Thread] Current Thread [Next in Thread]