From owner-freebsd-hackers@FreeBSD.ORG Sun May 13 04:59:47 2012 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E8EF5106564A for ; Sun, 13 May 2012 04:59:47 +0000 (UTC) (envelope-from lacombar@gmail.com) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6E8198FC0A for ; Sun, 13 May 2012 04:59:47 +0000 (UTC) Received: by werg1 with SMTP id g1so2368734wer.13 for ; Sat, 12 May 2012 21:59:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=lQIXIxB1We3hi3/BXAm0nhAVm35NbzCnHe17nUddVws=; b=nZKV8FjgmV2c7iuCZ88kPisjO+lwik4gz8rMz/dR+JLK5rxu8k3kZ5NzBthcwDTzRL CTJZUH2PH8IFV1Sgk2MCPmWQAC9Ms0WBnHot2of5+Pie+yz5O3N3JptKl1OPjCnISe/9 NE6eggRMON6Yxu7HXbsysgTNiHu71yuxZ+3dXEQoiSf62OPJeYxVWaxOflc6KfKUUcVj RDZlp7sepjdPJCUI2ifUxY+DJpj08FtEput2NdIpp3QxmyceCZBLpXaemaRDotBFti7C oi6ZfMAG984SR8OsVV3fd649rjPyYLDoZs7L/ieVF0BRJSsPqKfybqcg82h4blFTqXB/ CdTA== MIME-Version: 1.0 Received: by 10.180.76.232 with SMTP id n8mr8953053wiw.2.1336885186359; Sat, 12 May 2012 21:59:46 -0700 (PDT) Received: by 10.216.163.136 with HTTP; Sat, 12 May 2012 21:59:46 -0700 (PDT) In-Reply-To: References: <4E75B67E.1000802@FreeBSD.org> <20110922190535.GR26743@acme.spoerlein.net> <20110922212602.GS26743@acme.spoerlein.net> <20111007102841.GG26743@acme.spoerlein.net> <20111211130819.GH83814@acme.spoerlein.net> <20120512073446.GM71676@acme.spoerlein.net> Date: Sun, 13 May 2012 00:59:46 -0400 Message-ID: From: Arnaud Lacombe To: Arnaud Lacombe , hackers@freebsd.org 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: Sun, 13 May 2012 04:59:48 -0000 Hi, On Sat, May 12, 2012 at 10:27 AM, Arnaud Lacombe wrote= : > Hi, > > On Sat, May 12, 2012 at 3:34 AM, Ulrich Sp=F6rlein wr= ote: >> On Fri, 2012-05-11 at 16:49:42 -0400, Arnaud Lacombe wrote: >>> Hi, >>> >>> On Sun, Dec 11, 2011 at 8:08 AM, Ulrich Sp=F6rlein = wrote: >>> > On Sun, 2011-12-04 at 18:42:38 -0500, Arnaud Lacombe wrote: >>> >> On Fri, Oct 7, 2011 at 6:28 AM, Ulrich Sp=F6rlein wrote: >>> >> > On Fri, 2011-09-30 at 15:41:41 -0400, Arnaud Lacombe wrote: >>> >> >> On Mon, Sep 26, 2011 at 2:23 PM, Arnaud Lacombe wrote: >>> >> >> > 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. :/ >>> >> > >>> >> FWIW, the github mirror[0] of the completed SVN tree has not seen an= y >>> >> upgrade for a week now. Did some script broke ? >>> >> >>> >> Thanks, >>> >> =A0- Arnaud >>> >> >>> >> [0]: https://github.com/freebsd/freebsd >>> > >>> > Yeah, sorry about that. Monitoring is not that great, so you should >>> > always ping me directly. >>> > >>> > The problem is that people dump files at random places in the Subvers= ion >>> > tree and that cannot easily be translated to branches. This time it w= as >>> > /vendor/flex/FreeBSD-Xlist >>> > >>> It would seem the full SVN mirror on github is out-of-sync again, at >>> least, the `user/imp/extern_cc' is missing. >> >> user/ isn't pushed to github (and I consider also not pushing projects/ >> into it), as their webfrontend often craps out with too many branches. >> >> You can get it from git.freebsd.org directly. >> > ok, there seem to be a valid repository at > `git://git.freebsd.org/freebsd'. It might take some time to clone it > from BSDCan, so I'll wait to be back to base to clone. It sounds I'll > need to re-export/re-import all my branches.. again > ok, that repository looks complete... the drawback of using it is that I'll lost the possibility to share anything on github or gitorious... Could it be thought to have all git mirror around (gitorious, github, your.org, ...), to actually be simple clone of this specific repository, to be able to facilitate code sharing among them ?? Thanks, - Arnaud