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

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to