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