From owner-freebsd-hackers@FreeBSD.ORG Fri Oct 7 10:28:43 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 C0DF01065672 for ; Fri, 7 Oct 2011 10:28:43 +0000 (UTC) (envelope-from uqs@spoerlein.net) Received: from acme.spoerlein.net (acme.spoerlein.net [IPv6:2a01:4f8:131:23c2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 51B328FC1C for ; Fri, 7 Oct 2011 10:28:43 +0000 (UTC) Received: from localhost (acme.spoerlein.net [IPv6:2a01:4f8:131:23c2::1]) by acme.spoerlein.net (8.14.4/8.14.4) with ESMTP id p97ASfOf076360 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Fri, 7 Oct 2011 12:28:42 +0200 (CEST) (envelope-from uqs@spoerlein.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=spoerlein.net; s=dkim200908; t=1317983322; bh=neWDSX9/GX792dCmW1cB+tEMHa0LYf2cU7SpgHXa5DU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Transfer-Encoding:In-Reply-To; b=BMPwrcuHMCOk+Ow2qvXdT8h77IvA0ZB+XSqSa/yqhLoiaXLwLALfB6PLs1tShf2CU +33xNUzPKL9J1H6nIjHckYRIbgIuBxMzKhOLaJDn3EBQ3ka3w2FGP/phbWj9W0YpIy e1yq2n/XL71HEHO+xRMUAz9Ony/z5Y17Ji36PxCU= Date: Fri, 7 Oct 2011 12:28:41 +0200 From: Ulrich =?utf-8?B?U3DDtnJsZWlu?= To: Arnaud Lacombe Message-ID: <20111007102841.GG26743@acme.spoerlein.net> Mail-Followup-To: Arnaud Lacombe , hackers@freebsd.org References: <4E712D11.7040202@FreeBSD.org> <4E75B67E.1000802@FreeBSD.org> <20110922190535.GR26743@acme.spoerlein.net> <20110922212602.GS26743@acme.spoerlein.net> 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: hackers@freebsd.org 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: Fri, 07 Oct 2011 10:28:43 -0000 On Fri, 2011-09-30 at 15:41:41 -0400, Arnaud Lacombe wrote: > Hi, > > On Mon, Sep 26, 2011 at 2:23 PM, Arnaud Lacombe wrote: > > Hi, > > > > On Thu, Sep 22, 2011 at 5:26 PM, Ulrich Spörlein wrote: > >> 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örlein wrote: > >>> > 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 my > >>> >> local/private changes at you in hope that the "crowd-sourcing magic" might > >>> >> somehow happen :-)  This seems definitely easier than carefully producing 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 tree ? > > > Ulrich, ping ? Oops, sorry for the delay! Fixed now, thanks for bringing it to my attention. I missed the push --all flag. :/ Uli