info-cvs
[Top][All Lists]
Advanced

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

Re: cvs update - d -P


From: Larry Jones
Subject: Re: cvs update - d -P
Date: Thu, 17 May 2001 11:24:35 -0400 (EDT)

Pavan Seth writes:
> 
> I did an cvs -update -d -P....during the process...it
> prints
> 
> a.jsp : it is on its way
> b.jsp : it is on its way
> 
> what does that mean? I have never seen such kinda
> message

No, you haven't.  Expecially not from CVS.  If you want people to be
able to help you, it is critically important that you accurately
transcribe the exact messages you get, rather than reporting some half-
baked impression of the messages.  What you saw was most likely:

        move away a.jsp; it is in the way
        move away b.jsp; it is in the way

What that means is that update found new files in the repository (a.jsp
and b.jsp) that it wants to check out for you, but you already have
files with the same names in your working directory that are not checked
out from CVS.  CVS won't overwrite your local files, so it is asking you
to move them out of the way (e.g., rename them) so that it can check out
the new files.

-Larry Jones

Nobody knows how to pamper like a Mom. -- Calvin



reply via email to

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