Re: converting a file from binary to plain text
neologist <[email protected]>
| Newsgroups | gmane.comp.version-control.cvs.general |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <511e8fb5-a5af-4580-8590-8483afff46e4@u65g2000hsc.googlegroups.com> |
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.