Discussion:
View log of deleted files
Dan Benedek
2009-08-15 05:31:35 UTC
Permalink
I had on CVS a directory that contained some files. I deleted all the files
from the CVS. When I try to view the log of the files deleted it gives me
cannot find C:\path\filename.txt : No such file or directory

I'm using this command
cvs -d :ext:***@server:/srv/cvs/location/name log -d "2009-08-15" -r1
"C:\path\filename.txt "

What can I do so that the log command will return the informations I need.
Yaron Yogev
2009-08-17 07:24:17 UTC
Permalink
Post by Dan Benedek
I had on CVS a directory that contained some files. I deleted all the files
from the CVS. When I try to view the log of the files deleted it gives me
 cannot find C:\path\filename.txt : No such file or directory
I'm using this command
"C:\path\filename.txt "
What can I do so that the log command will return the informations I need.
Hi Dan,

Use "cvs rlog path/filename", where "path" is the relative path in the
repository.

HTH,
Yaron Yogev
IT Software Developer

Loading...