>>>> "jim" == jim horning
<jim.horning(a)lmco.com> writes:
jim> ~/.cvsrc contains:
jim> diff -u
jim> checkout -P
jim> update -Pd
jim> per
cvs.xemacs.org, but the same thing happened prior to putting this in
jim> place (I thought it might be my problem).
jim> What am I missing/doing wrong?
jim> Also; -zN options seem to be broken for me (csh on Sun Solaris 2.5.1 and
jim> 2.6, gzip 1.2.4 (18 Aug 93)). Is this a known problem?
Well, our CVS server is know to be a little cranky. The standard
algorithm to resolve such problems with cvs update is:
cvs update
... error ...
cvs update # again; be persistent
... same error ...
# Hmmm
rm -rf troublesome_file_or_directory
cvs update
... sweet success ...
Good Luck!
(at least, I do cvs update semi-continuously, and have had to apply
the above algorithm myself a few times over the past several years).
Martin