Hi,

I am trying to load into my cvs repository some files (all my files, minus *.o files) to make the version control, but I want to load some files in ascii mode (to make in this the version control, f.e. *.c; *.h) and the others in binary mode (only for save this files, f.e. *.exe; *.a; *.lib), I create $CVSROOT/CVSROOT/cvswrappers file with this:

*.c -k 'a'
*.h -k 'a'
*.hp -k 'a'
Makefile -k 'a'
Dependencies -k 'a'
* -k 'b'

Then, when I do: cvs import -I! -I*.o aaa bbb ccc, it works fine.
but, when I do: cvs checkout -r bbb aaa
It shows to me:
cvs server: internal error: unsupported substitution string -ka

I think -k 'a' is not a valid option, could you please say to me how can I do that?

Regards,
Giohanna

_________________________________________________________________




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

Reply via email to