Michael Labhard writes:
> 
> When doing an update I am getting the message: "move <file> out of the way." or
> something to that effect.  The update works.  How do I eliminate this message?

What that message is trying to tell you is that there's a file in your
working directory that has the same name as a file in the repository,
but as far as CVS knows, the file in your working directory did *not*
come from the repository but was created independently.  You need to
rename that file ("move it out of the way") and do the update again to
get the file from the repository.  If the file in your working directory
was intended to be the file from the repository, you can then do diffs
or whatever to manually merge any changes between the two versions.

-Larry Jones

I always have to help Dad establish the proper context. -- Calvin

Reply via email to