From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2980D58973 for ; Sun, 17 Jan 2016 07:56:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6F7821C073; Sun, 17 Jan 2016 07:55:36 +0000 (UTC) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F2A1421C02C for ; Sun, 17 Jan 2016 07:55:34 +0000 (UTC) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 5C23520987 for ; Sun, 17 Jan 2016 02:55:34 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute2.internal (MEProxy); Sun, 17 Jan 2016 02:55:34 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:date:from:in-reply-to:message-id :references:subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=t+rZ taCI5DrfXUfmQ15a9U3VL84=; b=csjA+Eyn1IvKW+hxi3dtRi7HyopjylLVWsyD uPMue/jsZmC2BH082sDYlXFBCl7RvavN+DGdMgMpg1qMh46UFAjK/J+Bg8QbnHHo TDLjkPwAlP9YAA0TaIrixvgv3k+VrnIUmsmSTDKDjRwccllZxBDWgNY/Uo4jw+Ql TUZ204A= X-Sasl-enc: qE+36u5c+KIMyYyX3Welze2Ub0HIWyqxfhdCTlZwj/cx 1453017334 Received: from localhost.localdomain (cpe-142-105-208-68.stny.res.rr.com [142.105.208.68]) by mail.messagingengine.com (Postfix) with ESMTPA id 10BFBC016D5; Sun, 17 Jan 2016 02:55:34 -0500 (EST) From: Gokturk Yuksek To: gentoo-dev@lists.gentoo.org, gentoo-doc@lists.gentoo.org Cc: Gokturk Yuksek Subject: [gentoo-doc] [PATCH 03/16] general-concepts/tree: substitute "CVS" with "git" #558642 Date: Sun, 17 Jan 2016 02:55:06 -0500 Message-Id: <1453017319-2459-4-git-send-email-gokturk@binghamton.edu> X-Mailer: git-send-email 2.4.10 In-Reply-To: <1453017319-2459-1-git-send-email-gokturk@binghamton.edu> References: <1453017319-2459-1-git-send-email-gokturk@binghamton.edu> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc@lists.gentoo.org Reply-to: gentoo-doc@lists.gentoo.org X-Archives-Salt: 058ad7a0-77ea-42fd-83db-35f6471d393a X-Archives-Hash: b98b8cd80e74601933277ad28ecefa1e X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=558642 Signed-off-by: Gokturk Yuksek diff --git a/general-concepts/tree/text.xml b/general-concepts/tree/text.xml index 022a1ea..6f59f09 100644 --- a/general-concepts/tree/text.xml +++ b/general-concepts/tree/text.xml @@ -59,11 +59,11 @@ The basic layout of the portage tree is as follows:
  • Scripts directory, scripts/
  • Distfiles directory, distfiles/. This is not included in the main - CVS tree, but it will be found on most user systems. + git tree, but it will be found on most user systems.
  • Packages directory, packages. Again, this is found on user systems but not - in the main CVS tree. + in the main git tree.
  • -- 2.4.10