info-cvs
[Top][All Lists]
Advanced

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

Re: cvswrappers and import command line conflict???


From: Larry Jones
Subject: Re: cvswrappers and import command line conflict???
Date: Tue, 2 Mar 2004 14:49:14 -0500 (EST)

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




reply via email to

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