info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to restore Attic files in CVS - cannot open CVS/Entries


From: Larry Jones
Subject: Re: How to restore Attic files in CVS - cannot open CVS/Entries
Date: Tue, 7 Apr 2009 14:33:29 -0400

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]