Re: how to find out how deleted file

2002-06-14 Thread Larry Jones

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



how to find out how deleted file

2002-06-14 Thread Dusan Juhas

Hi,
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)?
Thanx
-- 
Best regards,
Dusan Juhas



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