From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-user+bounces-160221-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7548D1389E2 for <garchives@archives.gentoo.org>; Thu, 27 Nov 2014 04:08:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CE27E0895; Thu, 27 Nov 2014 04:08:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E0F30E07F0 for <gentoo-user@lists.gentoo.org>; Thu, 27 Nov 2014 04:08:23 +0000 (UTC) Received: from 127.0.0.1 (tor-exit-4.all.de [212.21.66.6]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: hasufell) by smtp.gentoo.org (Postfix) with ESMTPSA id 42CCA3403C3 for <gentoo-user@lists.gentoo.org>; Thu, 27 Nov 2014 04:08:21 +0000 (UTC) Message-ID: <5476A3B1.1050403@gentoo.org> Date: Thu, 27 Nov 2014 04:08:17 +0000 From: hasufell <hasufell@gentoo.org> Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Gentoo's future directtion ? References: <op5uW-6vB-17@gated-at.bofh.it> <op5uW-6vB-19@gated-at.bofh.it> <op5uW-6vB-21@gated-at.bofh.it> <op5uW-6vB-23@gated-at.bofh.it> <op5uW-6vB-25@gated-at.bofh.it> <op5uW-6vB-15@gated-at.bofh.it> <opcd3-84i-7@gated-at.bofh.it> <5470D229.7000806@tampabay.rr.com> <d8848421a7db61091f8e8dea4cc4adf2@thegeezer.net> <CAGfcS_nQA-T1pP9k_Lbdx4dhFbVb4M09PFGWMWgg33m9g5bHZw@mail.gmail.com> <54760E01.2050508@gentoo.org> <CAGfcS_kAtSHGyX52AxUAu_JbORvxfwgbW5tX_yCWLL8=j=7Y3Q@mail.gmail.com> <CAJnmqwbPHmwdmKyR_0J1ry7zgNwzVg5HPwz3-=NRV0WfSmWj9Q@mail.gmail.com> <CAGfcS_=aWJV0MSTJcyNmW3ue66hDdD8LOWmBxj24Wcshcjj+sA@mail.gmail.com> <54764D1E.1080201@xunil.at> <CAGfcS_=x7po1jH_7SXRiVZk=k-ARymrGKoSyt3tC+LD4AFgvcQ@mail.gmail.com> <54768398.60701@yourstruly.sx> <CAGfcS_ngxn2MxLETDngc4c7KQem5V9FYPD2w5L9P+LsbWUjM9A@mail.gmail.com> <547689B4.6010606@yourstruly.sx> In-Reply-To: <547689B4.6010606@yourstruly.sx> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: ee49b2da-e243-4eff-8a13-e2af2e907e02 X-Archives-Hash: 08134fb8a602997014ec86807de30393 Paige Thompson: > You know I don't think thats going to happen because if you look at > layman its not as if they didn't think of using git for package trees; > all of them do use git. > > A good example of why I don't think they will be using git for portage: > ``git clone https://git.kernel.org' > > This takes a very long time and a lot of bandwidth and a lot of space. > Why move data that isn't going to be used? With rsync I believe you can > exclude categories: > http://www.gentoo-wiki.info/TIP_Exclude_categories_from_emerge_sync > That is uninformed. check the --depth option of git. You can even clone specific tags with --depth=1. Shallow clones are fully supported and you can push from them.