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: James. L
Subject: Re: can't remove a file
Date: Tue, 28 Nov 2006 09:09:21 -0800 (PST)

thanks for the quick reply. however it still barf..
see below..

--- Larry Jones <address@hidden> wrote:

> 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 add debug.log
cvs add: cannot open debug.log: No such file or
directory
cvs add: cannot stat debug.log: No such file or
directory
cvs add: Failed to resurrect revision 1.1.1.1.

the file is in cvsroot however...

% ls ~/cvsroot/project_ToRest/logs/
debug.log,v


>       cvs up -A debug.log     # be sure it's up to date
>       cvs rm -f debug.log     # now remove it
> 
> -Larry Jones


James.


 
____________________________________________________________________________________
Want to start your own business?
Learn how on Yahoo! Small Business.
http://smallbusiness.yahoo.com/r-index




reply via email to

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