I have an html file containing some Greek characters, and whenever I try to commit it, I get:
commitlog: file = "dummy.html" appears to be BINARY Error commitlog: file = "dummy.html" appears to be BINARY, but is checked as ASCII cvs commit: Verification error before commit
I use: cvs add -kk dummy.html cvs commit dummy.html
Is there a way around this and pass the file as text and not as binary.
thanks
sinek source
share