"|}avid (opeland" schrieb:

> You can also do:
>
> cvs admin -kb <file>
> rm <file>
> cvs update <file>
>
> (or if you are on the main development trunk:)
>
> cvs admin -kb <file>
> cvs update -A <file>

That may not be sufficient on a non-Unix OS. If you commited the files from a Windows 
client (which is of
course very probable as we talk about Microsoft Word / Excel files) then they might be 
corrupted as all
Carriage Return + Line Feed character combinations are condensed to single LF 
characters upon the checkin
procedure.
In this case you have no other choice than to re-commit the originals using the -kb 
flag.
I would even recommend removing the files in question completely from the repository 
before doing so in order
to get things clean (athough under normal cicumstances this is a very ugly approach). 
Of course you should
always backup your repository before manipulating it directly with file system 
commands!

Best regards
Martin

Reply via email to