info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: binary vs. text files


From: Larry Jones
Subject: Re: binary vs. text files
Date: Wed, 17 Jul 2002 10:26:49 -0400 (EDT)

Dusan Juhas writes:
> 
> is there a cvs command which can determine if a file is stored as
> binary/text?

A number of people have mentioned using "cvs status", but that tells you
the keyword expansion mode for the file in you working directory, which
may not be the same as the repository file (although it usually is).  To
find out how the file is actually stored in the repository, use "cvs
log" (with -h if you like) and look at the "keyword substitution": "kb"
is binary, anything else is text.

-Larry Jones

Even though we're both talking english, we're not speaking the same language.
-- Calvin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]