[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Binary to Text
From: |
Larry Jones |
Subject: |
Re: Binary to Text |
Date: |
Wed, 8 Dec 2004 11:51:11 -0500 (EST) |
address@hidden writes [in one long line]:
>
> 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.
You will need to use ``cvs admin -kkv'' to correct the repository files
and then use ``cvs up -kkv'' or ``cvs up -A'' to update your working
directory. If your system distinguishes between text and binary files
(Unix-like systems don't, MS-DOS-like systems do), you will probably
find that the repository files are incorrect and you will have to check
in correct versions of the files.
-Larry Jones
Everybody's a slave to routine. -- Calvin
- Binary to Text, Joao.Mello, 2004/12/08
- Re: Binary to Text,
Larry Jones <=