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 _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
