From owner-freebsd-arch@FreeBSD.ORG Fri Aug 26 18:56:38 2011 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 37AB0106564A; Fri, 26 Aug 2011 18:56:38 +0000 (UTC) (envelope-from gleb.kurtsou@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 896388FC12; Fri, 26 Aug 2011 18:56:37 +0000 (UTC) Received: by fxe4 with SMTP id 4so3614938fxe.13 for ; Fri, 26 Aug 2011 11:56:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=wgnGXAKNAXIXxk2hU3C9AR0JA4X55GC7xQgW5ldJJnA=; b=Z0aNBsWa7YD7Pwu7+tMsWrUwug7Yu1udy5A/LMLBnBu2K/EGOGWoAO71buOvPHOeqC rLz40V6chtFWuspTpz85dCRMYnH5fzA6MnDX1jUBiAKhy3VjIU5nIcLWZOcSeARiEz6v rWTPi2qQc5K5Ez1DB0duOUAg7oKlpJXpSjnyA= Received: by 10.223.102.10 with SMTP id e10mr2063347fao.55.1314383599038; Fri, 26 Aug 2011 11:33:19 -0700 (PDT) Received: from localhost (lan-78-157-92-5.vln.skynet.lt [78.157.92.5]) by mx.google.com with ESMTPS id l22sm1536771fam.13.2011.08.26.11.33.16 (version=SSLv3 cipher=OTHER); Fri, 26 Aug 2011 11:33:17 -0700 (PDT) Date: Fri, 26 Aug 2011 21:31:31 +0300 From: Gleb Kurtsou To: Jonathan Anderson Message-ID: <20110826183130.GA40586@tops> References: <35765857-1314243257-cardhu_decombobulator_blackberry.rim.net-329610575-@b2.c15.bise7.blackberry> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: vadim_nuclight@mail.ru, mdf@freebsd.org, Adrian Chadd , Robert Watson , freebsd-arch@freebsd.org Subject: Re: Official git export (was: Re: FreeBSD problems and preliminary ways to solve) X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Aug 2011 18:56:38 -0000 On (26/08/2011 12:43), Jonathan Anderson wrote: > On 26 August 2011 12:23, Robert Watson wrote: > > Per my earlier comments, I think we've reached the juncture where a > > "blessed" svn2git export would be extremely helpful. > > > > [...] > > > > I suspect quite a bit will end up in github just due to its accessibility, > > but hosting our own is certainly also an option.  In some sense, this > > strikes me as secondary to establishing some of the details about how to > > prepare patches, known nits, and having an authoritative origin. > > Indeed, that's the beauty of Git, that the repositories will all play > nicely together, no matter where they're hosted or what the "chain of > custody" is, but they do need to come from the "right" source. > > I just hope that the consensus solidifies around the freebsd.git repo > that your.org hosts, rather than the freebsd-head.git one that > your.org, github and gitorious all have, because your.org's > freebsd.git has *all* of the SVN branches, including releases, vendor > branches, user projects, etc., whereas the others only have > [variously] -CURRENT or a smattering of release branches. I'd also prefer your.org style repository with all branches. your.org branch layout is much better than http://gitorious.org/freebsd/freebsd The only thing that bothers me is that no repository includes full user names, hopefully it would be fixed in official git repo. Jonathan, could you update /Git wiki page with an example of git clone specifying only head branch and how to add another branch later. That would make local repository copy smaller, pull faster and 'git branch -r' output much shorter. Thanks, Gleb. > > > Jon > -- > Jonathan Anderson > > Research Student, Security Group > Computer Laboratory > University of Cambridge > > +44 (1223) 763747 > jonathan.anderson@cl.cam.ac.uk