Gentoo Archives: gentoo-dev

From: Gokturk Yuksek <gokturk@××××××××××.edu>
To: gentoo-dev@l.g.o, gentoo-doc@l.g.o
Cc: Gokturk Yuksek <gokturk@××××××××××.edu>
Subject: [gentoo-dev] [PATCH 08/16] ebuild-maintenance: rewrite the text on adding binary files to the tree #558642
Date: Sun, 17 Jan 2016 08:09:22
Message-Id: 1453017319-2459-9-git-send-email-gokturk@binghamton.edu
In Reply to: [gentoo-dev] [PATCH 00/16] devmanual: update the docs for post git-migration #558642 by Gokturk Yuksek
1 Remove the paragraph about adding binary files to CVS.
2 Replace the instances of CVS with git.
3
4 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=558642
5 Signed-off-by: Gokturk Yuksek <gokturk@××××××××××.edu>
6
7 diff --git a/ebuild-maintenance/text.xml b/ebuild-maintenance/text.xml
8 index ac68dcd..10709ea 100644
9 --- a/ebuild-maintenance/text.xml
10 +++ b/ebuild-maintenance/text.xml
11 @@ -42,22 +42,9 @@ above 20KB) which should be distributed as tarballs via the
12 <uri link="::general-concepts/mirrors/#suitable-download-hosts">Gentoo mirror system</uri>
13 so that people do not waste excessive amounts of bandwidth and hard drive
14 space. Also, you should not add binary (non-ASCII) files to the
15 -Portage CVS tree. If you need to do this in another CVS tree, for
16 -example, if you need to add a small PNG graphic for whatever reason,
17 -be sure to add it to CVS by using the <c>-kb</c> option, like so:
18 -</p>
19 -
20 -<pre caption="Adding binary files to CVS">
21 -# <i>cvs add -kb myphoto.png</i>
22 -</pre>
23 -
24 -<p>
25 -The <c>-kb</c> option tells CVS that <path>myphoto.png</path> is a binary
26 -file and should be treated specially. For example, merging the
27 -differences between two different versions of this file should not be
28 -allowed to happen, for obvious reasons. Also, speaking of merging
29 +git tree. Also, speaking of merging
30 changes, any patches you add to Portage should generally <e>not</e> be
31 -compressed. This will allow CVS to merge changes and correctly inform
32 +compressed. This will allow git to merge changes and correctly inform
33 developers of conflicts.
34 </p>
35
36 @@ -149,7 +136,7 @@ simply, <path>1.0-gentoo.diff</path>. Also note that the
37 <path>gentoo</path> extension informs people that this patch was created
38 by us, the Gentoo Linux developers, rather than having been grabbed from a
39 mailing list or somewhere else. Again, you should not compress these
40 -patches because CVS does not play well with binary files.
41 +patches because git does not play well with binary files.
42 </p>
43
44 <p>
45 --
46 2.4.10