From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <marko@seul.org> X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: ** X-Spam-Status: No, score=2.3 required=5.0 tests=DATE_IN_FUTURE_03_06, DMARC_NONE,MAILING_LIST_MULTI autolearn=no autolearn_force=no version=4.0.0 Received: from obelix.spectraweb.ch (obelix.plusnet.ch [194.158.230.8]) by chiba.3jane.net (Postfix) with ESMTP id 56689ABD65 for <gentoo-dev@gentoo.org>; Sun, 9 Jun 2002 20:44:35 -0500 (CDT) Received: from seul.org ([195.141.143.217]) by obelix.spectraweb.ch (8.11.2/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id g5A1iR011255 for <gentoo-dev@gentoo.org>; Mon, 10 Jun 2002 03:44:27 +0200 Message-ID: <3D045829.8040807@seul.org> Date: Mon, 10 Jun 2002 03:41:29 -0400 From: Marko Mikulicic <marko@seul.org> User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020529 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gentoo-dev@gentoo.org Subject: Re: [gentoo-dev] cvs keywords References: <Pine.LNX.3.96.1020609180015.29387H-100000@pluto.prosalg.no> <3D037FB1.9090204@chello.at> <3D03F8DA.2070105@seul.org> <437200000.1023658651@krabat.ahsoftware> <3D042116.9090206@seul.org> <500560000.1023661555@krabat.ahsoftware> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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: <mailto:gentoo-dev-request@gentoo.org?subject=help> List-Post: <mailto:gentoo-dev@gentoo.org> List-Subscribe: <http://lists.gentoo.org/mailman/listinfo/gentoo-dev>, <mailto:gentoo-dev-request@gentoo.org?subject=subscribe> List-Id: Gentoo Linux developer list <gentoo-dev.gentoo.org> List-Unsubscribe: <http://lists.gentoo.org/mailman/listinfo/gentoo-dev>, <mailto:gentoo-dev-request@gentoo.org?subject=unsubscribe> List-Archive: <http://lists.gentoo.org/pipermail/gentoo-dev/> X-Archives-Salt: e0937487-02a6-4bbc-8c7f-aa0c6dbaa43f X-Archives-Hash: 9e1f98e7a3bacfe97d9cb29a3d51ca25 Alexander Holler wrote: > Hi, > > --On Sonntag, Juni 09, 2002 23:46:30 -0400 Marko Mikulicic > <marko@seul.org> 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? nowhere. I misinterpreted the cvs docs. I should try it out before talking. Marko