Re: Changing binary files to text.
chaitu <[email protected]>
| Newsgroups | gmane.comp.version-control.cvs.general |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <09685ddc-b0a1-4290-9fa6-c07e3a607ecf@s20g2000prd.googlegroups.com> |
Hi Jason, Check this out from CVS FAQ at http://ximbiot.com/cvs/wiki/CVS%20FAQ : "How do I recover a text file accidentally marked as binary? Use cvs admin -kkv file to change the file attribute to text in CVS, then cvs update -A file to sync up local file with the repository." HTH, Chaitanya