David Koski writes [using very long lines]:
> 
> I have tried:
> 
> cvs admin -kkv file.txt
> cvs update -kkv file.txt
> 
> ..without success.

What, exactly, does "without success" mean?  Did you get an error
message, or did it just not do what you expected?  What do:

        cvs status file.txt
        cvs log -h file.txt

show?

That should have set the default keyword expansion mode on the RCS file
and the current keyword expansion mode on your working file to the
default key + value and remove the binary flag.  "Converting" a file
from binary to text may not do anything sensible -- you may have to
check in a new version of the file that's a normal text file.

-Larry Jones

You're just trying to get RID of me, aren't you? -- Calvin

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to