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
