Timothy Stone writes:
> 
> $ cvs -d $REP import -ko -I! -m "some meaningful message" blojsom 
> BLOJSOM REL_2_11
> 
> Basically, the "-ko" switch seems to be hosing the JAR files in the 
> project. Everything gets a Sticky Option of -ko. This kills JARs.

Yep.  An explicit -k option on the command line overrides the implied -k
options from wrappers.  Wrappers are processed in order so you should be
able to do what you want with:

        cvs import -W "*.jar -k 'b'" -W "* -k 'o'" ...

-Larry Jones

I sure like summer vacation. -- Calvin


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

Reply via email to