[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Binary to Text
From: |
Jim.Hyslop |
Subject: |
RE: Binary to Text |
Date: |
Wed, 8 Dec 2004 11:32:30 -0500 |
address@hidden wrote:
> For some reason, my .inc files and .pas file got checked
> in into cvs as a binary file -kb. Is there any way that I can
> remove the -kb flag to treat as a text files.
"cvs admin -kv" on these files should do the trick. Make sure you specify
the files, unless you are absolutely sure that all files in your project are
text (if you don't specify the files, then the command will apply,
recursively, to all files in the working directory).
When committing new .inc and .pas files, make sure you use the -kv option in
the 'cvs add' command.
--
Jim Hyslop
Senior Software Designer
Leitch Technology International Inc. ( http://www.leitch.com )
Columnist, C/C++ Users Journal ( http://www.cuj.com/experts )
- Binary to Text, Joao.Mello, 2004/12/08
- RE: Binary to Text,
Jim.Hyslop <=