On Feb 22, 2004, at 5:39 AM, Arvindh Rajesh Tamilmani wrote:
I didn't specify -kb when I added the images. I suppose that's it.
$ cvs admin -kb <file> # corrects the repository $ cvs update -A <file> # updates the working copy
should fix the problem.
But I wonder how -kCOPY got into the repository in the first place. Is CVSROOT/cvswrappers wrong with something like:
*.gif -k 'COPY'
instead of
*.gif -k 'b'
There's a "-m COPY" option for cvswrappers, though it's not needed for non-text files:
http://www.cvshome.org/docs/manual/cvs-1.11.13/cvs_18.html#SEC164
Probably a config error--maybe "-k COPY" instead of "-m COPY" or "-k b".
JEff