From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-dev+bounces-52043-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1SZh9t-0002Pt-I3
	for garchives@archives.gentoo.org; Wed, 30 May 2012 11:33:45 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 5F119E05E8;
	Wed, 30 May 2012 11:33:31 +0000 (UTC)
Received: from mail-bk0-f53.google.com (mail-bk0-f53.google.com [209.85.214.53])
	by pigeon.gentoo.org (Postfix) with ESMTP id C3DF9E05B1
	for <gentoo-dev@lists.gentoo.org>; Wed, 30 May 2012 11:32:50 +0000 (UTC)
Received: by bkcjk13 with SMTP id jk13so4734063bkc.40
        for <gentoo-dev@lists.gentoo.org>; Wed, 30 May 2012 04:32:49 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:sender:in-reply-to:references:date
         :x-google-sender-auth:message-id:subject:from:to:content-type;
        bh=p8NiflYNLjc2CBHM70WpseiumDq1wz7Un8Ber01RWM4=;
        b=n2WiI+r8oGMRsSKHqoXygiWBTD9uhqxJLivVSlK7dSjDsP2RrWuJgQKg2OwjalPRxn
         Ctk0bwJfWECdojcRO62ew29IjPHmyCaHJFNB0ijVjDctoKfLwvKqxy0pYBHHLUdal7hA
         WhMBwSOcUFX3R1F/DuNNJ3/PDBgwU6D2MuKjpsqU1mWUoB+qfrgja70z6R5xkl5NLdf4
         S9pF/C/wlTM7GP9MIw/WXd6/BLHQRiD/3BQ+aHqfIySAL++L3kLOTTKS3xW9f0nEpZPx
         IEZcOEKSbKRkCXphMm2QMP+h9IS7KyC8uJ2uoaIKc/6hTDk/rKclowBHkITxHBBRc9cV
         XVpw==
Precedence: bulk
List-Post: <mailto:gentoo-dev@lists.gentoo.org>
List-Help: <mailto:gentoo-dev+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-dev+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-dev+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-dev.gentoo.org>
X-BeenThere: gentoo-dev@lists.gentoo.org
Reply-to: gentoo-dev@lists.gentoo.org
MIME-Version: 1.0
Received: by 10.204.155.139 with SMTP id s11mr9067669bkw.106.1338377569803;
 Wed, 30 May 2012 04:32:49 -0700 (PDT)
Sender: freemanrich@gmail.com
Received: by 10.204.149.211 with HTTP; Wed, 30 May 2012 04:32:49 -0700 (PDT)
In-Reply-To: <CAKmKYaCgdi8uFssF=7rMhAunAs4=qRPgycT0uJYLVGQOhXkuLA@mail.gmail.com>
References: <4FBCDB3D.1070009@gentoo.org>
	<ddd8ff651a1f5d00ea13fbd9e105ddfa@omrb.pnpi.spb.ru>
	<CAGfcS_kOCDZ6Ur37+YYx4DR+1b3c-VWE6eNiefS7HJbqtuKKJA@mail.gmail.com>
	<pan.2012.05.30.09.38.51@cox.net>
	<CAKmKYaCgdi8uFssF=7rMhAunAs4=qRPgycT0uJYLVGQOhXkuLA@mail.gmail.com>
Date: Wed, 30 May 2012 07:32:49 -0400
X-Google-Sender-Auth: llRUVZP9pdm4PSLuCvzKwwzNsOk
Message-ID: <CAGfcS_kezhc3ZyfU6Kt1kXCDZqd3VydTjF3BeSt2moEDkbaOSA@mail.gmail.com>
Subject: Re: [gentoo-dev] Re: Portage Git migration - clean cut or git-cvsserver
From: Rich Freeman <rich0@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Content-Type: text/plain; charset=ISO-8859-1
X-Archives-Salt: 8e75d72c-ac8a-460f-925c-f11c14d79cc8
X-Archives-Hash: ad87665e2e47a1c11860b689c605a9de

On Wed, May 30, 2012 at 6:16 AM, Dirkjan Ochtman <djc@gentoo.org> wrote:
> Yeah... this is why I was asking about access to infra to test the
> conversion; so far, I haven't had any replies, though.
>

A mock conversion would probably help with creating
procedures/docs/etc as well.  It is nice to say that we're "just going
to use git" but I think everybody has a slightly different picture of
how that is going to work.

If we could set up an "official unofficial" portage tree in git based
on a one-time migration (maybe refreshing it from time to time) that
could be a sandbox used to work things out, and it would then be
replaced with the official tree.  When the official migration comes
along we'd already be experts in doing it.

All we need to do is execute the migration, and just not point the
rsync generation process at it.  Maybe it won't be perfectly right at
first, and that would basically be the point of doing it.  Devs could
update tools to work against it, and the docs could be written
alongside.

Rich