On Aug 15, 8:31 am, Dan Benedek <[email protected]> wrote: > 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:n...@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.
Hi Dan, Use "cvs rlog path/filename", where "path" is the relative path in the repository. HTH, Yaron Yogev IT Software Developer
