From owner-freebsd-hackers@FreeBSD.ORG Mon Sep 3 16:13:57 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5801B1065675 for ; Mon, 3 Sep 2012 16:13:57 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 14BE78FC12 for ; Mon, 3 Sep 2012 16:13:56 +0000 (UTC) Received: by dadr6 with SMTP id r6so3602828dad.13 for ; Mon, 03 Sep 2012 09:13:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=aAFUzsVixpU5IMGz99wsGehrFougJLTr/TGj75nIwhI=; b=bsfiHhMxrzgejCaVyt9QhdjumRbMn2h9qPZbo+jWDQ6SNb7Pc/Rzr/oRFRl0xCRuhR 4n91iU6t1iWuXjrNOt0QoCvmldFRgPKMFX+43t8rB6uhXnmbQKUUs6ggY/VuGPenLC0i Un2GH5/fZAXeX+FeIFwznPyVLfN4y9Af2jeVk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:x-gm-message-state; bh=aAFUzsVixpU5IMGz99wsGehrFougJLTr/TGj75nIwhI=; b=Iesc111Gco5l/Erj1iIATNQosQ87MMIZhfQ7lvepzUn/2Q+0UnvbiKFQafM9dacw47 lQZNk+kjXxEK3wVkL7YDjAbVGzzNivUzC4QRjgsIF/MVP0Zbf3Xpqazs6f56jBXQOH6E hl4FMTvM3qowcbLsHDdbPjp5UPtAzP1F2lqs7vIiC7lEZeCTWNHe8/+Wo3pCylizBU2j DZHfJTa7EHTTHBXSo1ZwSE48rsQZCRfRj9L8qQ4zXxxrKScU8mnvLe8c217bOcl5HAw9 sUidl3dYawrvmse16yvJ0u63zn4CJZHkLyIcLsgkfvQLV2+vNFzOOo06btNXZ/YIYDqv +p+Q== Received: by 10.68.242.231 with SMTP id wt7mr38848991pbc.99.1346688836606; Mon, 03 Sep 2012 09:13:56 -0700 (PDT) MIME-Version: 1.0 Received: by 10.67.4.227 with HTTP; Mon, 3 Sep 2012 09:13:26 -0700 (PDT) In-Reply-To: References: <20546.21240.597457.60612@perdition.linnaean.org> <20546.39472.989246.974755@perdition.linnaean.org> <5042AD73.3060402@shatow.net> <20120902194027.GP1202@acme.spoerlein.net> From: Eitan Adler Date: Mon, 3 Sep 2012 12:13:26 -0400 Message-ID: To: mdf@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQnaVTNuiBJL60gPqKk+xeYmJbsWNtO/GyjPyq//1aLsiOi3q4JMMtTxWc42jt4DGxhZRZbg Cc: Garrett Cooper , Artem Belevich , freebsd-hackers@freebsd.org, Ryan Stone , Daniel Hagerty , Bryan Drewery Subject: Re: freebsd.org git repositories and svn ids 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, 03 Sep 2012 16:13:57 -0000 On 3 September 2012 12:09, Eitan Adler wrote: > On 3 September 2012 12:01, wrote: >> On Mon, Sep 3, 2012 at 7:29 AM, Eitan Adler wrote: >>> On 3 September 2012 10:19, Ryan Stone wrote: >>>> On Sun, Sep 2, 2012 at 5:45 PM, Eitan Adler wrote: >>>>> Why isn't git.freebsd.org a straight "git svn clone" ? AFAIK that isn't broken. >>>> >>>> Well, let's put it this way: I started a git svn clone of the src >>>> repository on Aug 28. It's still going. And I'm only creating a very >>>> small subset of the branches in the repo. >>> >>> I've done the same and it only took me a few hours although the ports >>> repo took a few days. >> >> Did you try to preserve the full history in the git version? I'm not >> familiar with git clone, but when I've made a git copy of an svn repo >> for uses at work (both of freebsd.org any $WORK's repo) it took two to >> three days just to fetch the portion of the revisions that were for >> head/current. >> >> A few hours sounds too short. The three-four days since Aug 28 sounds >> normal to me. > > I have the complete history of HEAD from revision r1 to r240065. I > don't have other branches. another thought: even if it does take this long, it should be a one time conversion cost. cloning the repo should not take that long, and a "git svn rebase" on a cron job shouldn't take that long either. -- Eitan Adler