Larry, Yes, I've done that but still getting the same error. Please advise.
boc01% pwd /opt/prodcvs/eai/APRT boc01% ls -altr total 34 -rwxrwx---+ 1 c62ip74 cvs_eai 794 Mar 18 08:11 .project,v -rwxrwx---+ 1 c62ip74 cvs_eai 4153 Mar 18 08:11 EA_APRT_LOAD.msgflow,v drwxrws---+146 root cvs_eai 4608 Apr 2 14:25 .. drwxrws---+ 2 c62ip74 cvs_eai 512 Apr 3 09:41 Attic -rwxrwx---+ 1 c62ip74 cvs_eai 3136 Apr 3 13:08 EA_APRT_LOAD.esql,v drwxrws---+ 3 11906 cvs_eai 512 Apr 6 10:41 . boc01% /usr/local/bin/cvs -d /opt/prodcvs update -j 1.2 -j 1.1 EA_APRT_LOAD.esql,v cvs update: cannot open CVS/Entries for reading: No such file or directory cvs update: use `cvs add' to create an entry for EA_APRT_LOAD.esql,v cvs [update aborted]: cannot open CVS/Root: No such file or directory boc01% boc01% boc01% /usr/local/bin/cvs -d /opt/prodcvs update -j 1.2 -j 1.1 EA_APRT_LOAD.esql cvs update: cannot open CVS/Entries for reading: No such file or directory cvs update: nothing known about EA_APRT_LOAD.esql cvs [update aborted]: cannot open CVS/Root: No such file or directory Thanks, An. 2-3092 215-241-3092 -----Original Message----- From: Larry Jones [mailto:[email protected]] Sent: Tuesday, April 07, 2009 2:33 PM To: Trinh, An Cc: Peter Toft; Jim Hyslop; [email protected] Subject: Re: How to restore Attic files in CVS - cannot open CVS/Entries Trinh, An writes: > > While running the update command I'm getting this error. Please advise. > > boc01% /usr/local/bin/cvs -d /opt/prodcvs update -j 1.2 -j 1.1 > /opt/prodcvs/eai/APRT/EA_APRT_LOAD.esql,v > cvs update: cannot open CVS/Entries for reading: No such file or > directory Assuming you're running the command in the working directory where the file should be (which is what you should be doing), you just want the file name, not the path to the repository version: cvs -d /opt/prodcvs update -j 1.2 -j 1.1 EA_APRT_LOAD.esql Even though the file doesn't exist in the working directory (because it was deleted), CVS knows how to find it in the repository and get it back. -- Larry Jones The problem with the future is that it keeps turning into the present. -- Hobbes CONFIDENTIALITY NOTICE: This E-Mail is intended only for the use of the individual or entity to which it is addressed and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If you have received this communication in error, please do not distribute and delete the original message. Please notify the sender by E-Mail at the address shown. Thank you for your compliance.
