info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Working with binary and common files in the repository


From: Giohanna MEndez
Subject: Working with binary and common files in the repository
Date: Fri, 07 Feb 2003 14:50:23 -0500

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

_________________________________________________________________






reply via email to

[Prev in Thread] Current Thread [Next in Thread]