From: Alan W. I. <ir...@be...> - 2002-07-02 23:45:51
|
On Tue, 2 Jul 2002, Vince Darley wrote: > .... Also when I check out the two .fnt files they are > corrupted and cause plplot to abort when trying to use them -- no error > checking seems to be done! This seems to be because they are checked in as > ascii, which is not a good thing. They should use -kb so cvs treats them > as binary files and doesn't destroy them on checkout to mac/win). OK. I sure hate to take responsibility for cvs administration because you can really screw things up. However, since Maurice was unavailable I read up on this using cvs info. Apparently the thing to do for binary files from a Unix/Linux system (windows would be different!) is cd plplot/lib cvs admin -kb *.fnt followed by cvs update -A *.fnt I have no understanding of why this is supposed to work, but that is what I did. The files are the same for me according to cksum. Vince, please let me know whether this sorts out the problem for you. Alan |