info-cvs
[Top][All Lists]
Advanced

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

Re: how to find out how deleted file


From: Larry Jones
Subject: Re: how to find out how deleted file
Date: Fri, 14 Jun 2002 10:37:23 -0400 (EDT)

Dusan Juhas writes:
> 
> I know that deleted files from repository are stores in Attic directory.
> Could you tell me a command to find out who (and when) deleted
> a file from a certain directory (eg.: $CVSROOT/mydir)?

Do a "cvs log" (or rlog if you don't have the directory checked out) on
the file.  Even though the file has been deleted, you can still use CVS
commands on it as long as you specify it's name explicitly.  The most
recent log message (the one with "state: dead") will tell you what you
want to know.

-Larry Jones

TIME?!  I just finished the first problem! -- Calvin



reply via email to

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