On Oct 6, 1:19 pm, Larry Jones <[EMAIL PROTECTED]> wrote: > neologist writes: > > > How do I switch a file checked in (whether on purpose or > > inadvertently) from binary to plain text? > > cvs admin -kkv file # fix the repository > cvs up -A file # fix the working directory
The need to run cvs up -A was the piece of information I was missing. It's working now. Problem solved. Thank you for the information.
