From owner-freebsd-hackers@FreeBSD.ORG Mon Sep 26 18:23:11 2011 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B8BA21065670; Mon, 26 Sep 2011 18:23:11 +0000 (UTC) (envelope-from lacombar@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 239658FC12; Mon, 26 Sep 2011 18:23:10 +0000 (UTC) Received: by wyj26 with SMTP id 26so4215017wyj.13 for ; Mon, 26 Sep 2011 11:23:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=ugGeie2JiDg53K+luXvmqcc54oH+eG3OuPSmrdzfAlk=; b=OmTFVT+NXe7gdkfyz4GVZjrMQwPZBp2A0BUvIBOkYmdXS1SQ5u/MdxhLyE+o5vTQA7 oRpDZG3frlIjwWwNx4O1TZnO/GkURG/+FrU37bmczhn50ngxG+W2yBY1ZIWDSt/DTs/I zjPkAREY9pNtwnwiiGcGzjI4YxBBwztrPB/xo= MIME-Version: 1.0 Received: by 10.227.135.130 with SMTP id n2mr7437821wbt.51.1317061389620; Mon, 26 Sep 2011 11:23:09 -0700 (PDT) Received: by 10.180.103.33 with HTTP; Mon, 26 Sep 2011 11:23:09 -0700 (PDT) In-Reply-To: <20110922212602.GS26743@acme.spoerlein.net> References: <4E712D11.7040202@FreeBSD.org> <4E75B67E.1000802@FreeBSD.org> <20110922190535.GR26743@acme.spoerlein.net> <20110922212602.GS26743@acme.spoerlein.net> Date: Mon, 26 Sep 2011 14:23:09 -0400 Message-ID: From: Arnaud Lacombe To: Arnaud Lacombe , hackers@freebsd.org, Fabien Thomas Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: Fwd: my git development snapshot(s) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2011 18:23:11 -0000 Hi, On Thu, Sep 22, 2011 at 5:26 PM, Ulrich Sp=F6rlein wrot= e: > On Thu, 2011-09-22 at 15:52:43 -0400, Arnaud Lacombe wrote: >> Hi, >> >> On Thu, Sep 22, 2011 at 3:05 PM, Ulrich Sp=F6rlein w= rote: >> > On Sun, 2011-09-18 at 12:14:38 +0300, Andriy Gapon wrote: >> >> >> >> Just decided to follow the global trends and trying to throw all of m= y >> >> local/private changes at you in hope that the "crowd-sourcing magic" = might >> >> somehow happen :-) =A0This seems definitely easier than carefully pro= ducing the >> >> patch files and keeping them up-to-date. >> >> >> >> So, my newly cloned gitorious repository: >> >> https://gitorious.org/~avg/freebsd/avgbsd >> >> >> >> And the first branch of interest: >> >> https://gitorious.org/~avg/freebsd/avgbsd/commits/devel-20110915 >> > >> > I'll throw mine in as well: >> > >> > https://github.com/uqs/freebsd-head/branches >> > >> is that the same as tree as Fabien's, or a new snapshot ? >> >> If not, couldn't we agree to have all the same tree in order to ease >> code sharing between all of them ? >> >> I see there is already a https://github.com/freebsd/freebsd tree, >> which seem different than Fabien's tree on github. It really look like >> The FreeBSD Project (https://github.com/freebsd/) is not able to >> provide consistency. > > The freebsd-head tree is the same that everybody in the world can get by > simply running git svn clone against the FreeBSD subversion server > (you'd need a lot of patience, though). > FWIW, how comes that there is not yet any `stable/9' branch on the github t= ree ? Thanks, - Arnaud > It's also available from git.freebsd.your.org and on code.google.com > (except that Google's git backend sucks ass). > > Fabien's tree is cut off at an arbitrary date and if you happen to > choose a different date, well you cannot merge any branches with that > repository. > > http://wiki.freebsd.org/GitWorkflow > > Uli >