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 15:57:09 -0400

Trinh, An writes:
> boc01%
> boc01% /usr/local/bin/cvs -d /opt/prodcvs update -j 1.2 -j 1.1
> EA_APRT_LOAD.esql,v
> cvs update: nothing known about EA_APRT_LOAD.esql,v 

The ,v files are repository files, the working files do not have that
suffix.  So, you want:

        /usr/local/bin/cvs update -j 1.2 -j 1.1 EA_APRT_LOAD.esql

(There's no need for the -d, CVS remembers it from the checkout.)
-- 
Larry Jones

Apparently I was misinformed. -- Calvin




reply via email to

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