Gentoo Archives: gentoo-dev

From: Alexander Holler <holler@××××××××××.de>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] cvs keywords
Date: Sun, 09 Jun 2002 17:22:35
Message-Id: 500560000.1023661555@krabat.ahsoftware
In Reply to: Re: [gentoo-dev] cvs keywords (was: Contribute many ebuilds at once) by Marko Mikulicic
1 Hi,
2
3 --On Sonntag, Juni 09, 2002 23:46:30 -0400 Marko Mikulicic <marko@××××.org>
4 wrote:
5
6 >> checkin with -ko.
7 >
8 > yes but is not selective; it applies to all files.
9
10 It applies to files given as arguments. So, at the initial checkin you just
11 have to make a separate checkin for the files you want to turn off
12 substitution. E.g.
13
14 cvs add myfile1 myfile2 ...
15 cvs add -ko myfileWithouSubstitution1 myfileWithouSubstitution2 ...
16 cvs add -kb myBinary1 myBinary2 ...
17
18 Because this had to be done just once (initial checkin), where's the
19 problem?
20
21 Alexander

Replies

Subject Author
Re: [gentoo-dev] cvs keywords Marko Mikulicic <marko@××××.org>