From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=DMARC_MISSING, MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=4.0.0 Received: from moutvdom00.kundenserver.de (moutvdom00.kundenserver.de [195.20.224.149]) by chiba.3jane.net (Postfix) with ESMTP id 3203DABD65 for ; Sun, 9 Jun 2002 17:22:35 -0500 (CDT) Received: from [195.20.224.204] (helo=mrvdom00.kundenserver.de) by moutvdom00.kundenserver.de with esmtp (Exim 2.12 #3) id 17HB4v-0000kl-00 for gentoo-dev@gentoo.org; Mon, 10 Jun 2002 00:22:29 +0200 Received: from [80.132.19.172] (helo=eiche.ahsoftware) by mrvdom00.kundenserver.de with esmtp (Exim 2.12 #3) id 17HB4v-0002MO-00 for gentoo-dev@gentoo.org; Mon, 10 Jun 2002 00:22:29 +0200 Received: from krabat.ahsoftware (krabat.ahsoftware [192.168.207.2]) by eiche.ahsoftware (8.11.2/8.11.2/SuSE Linux 8.11.1-0.5) with ESMTP id g59MMMl04765 for ; Mon, 10 Jun 2002 00:22:22 +0200 Date: Mon, 10 Jun 2002 00:25:56 +0200 From: Alexander Holler To: gentoo-dev@gentoo.org Subject: Re: [gentoo-dev] cvs keywords Message-ID: <500560000.1023661555@krabat.ahsoftware> In-Reply-To: <3D042116.9090206@seul.org> References: <3D037FB1.9090204@chello.at> <3D03F8DA.2070105@seul.org> <437200000.1023658651@krabat.ahsoftware> <3D042116.9090206@seul.org> X-Mailer: Mulberry/2.1.0 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: 935c8e4a-3f7a-40fb-ae08-f955dbc4edec X-Archives-Hash: c2032863e0e616e71d28ef050d5a1c91 Hi, --On Sonntag, Juni 09, 2002 23:46:30 -0400 Marko Mikulicic wrote: >> checkin with -ko. > > yes but is not selective; it applies to all files. It applies to files given as arguments. So, at the initial checkin you just have to make a separate checkin for the files you want to turn off substitution. E.g. cvs add myfile1 myfile2 ... cvs add -ko myfileWithouSubstitution1 myfileWithouSubstitution2 ... cvs add -kb myBinary1 myBinary2 ... Because this had to be done just once (initial checkin), where's the problem? Alexander