info-cvs
[Top][All Lists]
Advanced

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

Re: can't remove a file


From: Larry Jones
Subject: Re: can't remove a file
Date: Tue, 28 Nov 2006 11:58:44 -0500 (EST)

James. L writes:
> 
> % cvs -q update
> cvs update: conflict: removed `debug.log' was modified
> by second party
> C debug.log
> 
> now. how do i get rid of that file from cvs??

The message indicates that you don't have the most recent revision of
the file.  The way to fix that is:

        cvs add debug.log       # get the file back
        cvs up -A debug.log     # be sure it's up to date
        cvs rm -f debug.log     # now remove it

-Larry Jones

It's not denial.  I'm just very selective about the reality I accept.
-- Calvin




reply via email to

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