From owner-freebsd-hackers@FreeBSD.ORG Thu Sep 22 21:26:04 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 8125E106566C; Thu, 22 Sep 2011 21:26:04 +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 F19CA8FC14; Thu, 22 Sep 2011 21:26:03 +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 p8MLQ2ZP076579 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Thu, 22 Sep 2011 23:26:02 +0200 (CEST) (envelope-from uqs@spoerlein.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=spoerlein.net; s=dkim200908; t=1316726763; bh=gidan7GdW8R3oXir012oCA9TVXwviY3w7nCOmVnJGGM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Transfer-Encoding:In-Reply-To; b=AdAZGNsIRKB65X5mfLyaKRheU2s7PFDgnGHXbSiCZDIFX/Jc7u5Z0AiA4MJaqJuyD jWZtiH9ey1KfsVbXBqRMFGX3VPxCpkNX/xbVQns8B73mUFczXqBwB8JJhBDoKO0GEY t/ebi1iCF15AghC/CcukIFcO2RJpfmMudw52EPUk= Date: Thu, 22 Sep 2011 23:26:02 +0200 From: Ulrich =?utf-8?B?U3DDtnJsZWlu?= To: Arnaud Lacombe Message-ID: <20110922212602.GS26743@acme.spoerlein.net> Mail-Followup-To: Arnaud Lacombe , hackers@freebsd.org, Fabien Thomas References: <4E712D11.7040202@FreeBSD.org> <4E75B67E.1000802@FreeBSD.org> <20110922190535.GR26743@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, Fabien Thomas 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: Thu, 22 Sep 2011 21:26:04 -0000 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). 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