[Python-Dev] Re: [Distutils] DOS text files and CVS

David Arnold davida@pobox.com
Wed, 28 Jun 2000 11:50:24 +1000


-->"Tim" == Tim Peters <tim_one@email.msn.com> writes:

  Tim> Aargh, I haven't used CVS in about 6 years ... somehow or
  Tim> other, I believe you need to convince CVS that it's a binary
  Tim> (not text) file.  Then it will skip line-end conversions.

cvs add -kb file

should work to add a binary file.  not sure that this is the best way
to deal with DOS files, but it should work ...



d