Re: How to restore Attic files in CVS - cannot open CVS/Entries
Larry Jones <[email protected]>
| Newsgroups | gmane.comp.version-control.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
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