From owner-freebsd-arch@FreeBSD.ORG Fri Aug 26 10:35:29 2011 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1773C1065670; Fri, 26 Aug 2011 10:35:29 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 9D3778FC1C; Fri, 26 Aug 2011 10:35:28 +0000 (UTC) Received: by gwb15 with SMTP id 15so3224452gwb.13 for ; Fri, 26 Aug 2011 03:35:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=9msJx1rizZG3fWhBWcySracoHs8psCFOxHXDxQtuTYU=; b=ctRt4M3bpNKe/sJG5VkHOiGpGiYiuxdgTkLJudClQjBNdpXE/rY3qelN/psxdT8E33 mpgNmEdNxxpUk3ePXnURjhIXiuSCUn4o9ng3VXTrrwRDtuUTXEdTrW0fzwIFH7O092Pr srAVC8WoZd+fLs6U0HcZkcpigj/K3MviV5XgU= MIME-Version: 1.0 Received: by 10.150.32.14 with SMTP id f14mr2071824ybf.201.1314354927502; Fri, 26 Aug 2011 03:35:27 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.150.145.21 with HTTP; Fri, 26 Aug 2011 03:35:27 -0700 (PDT) In-Reply-To: References: <35765857-1314243257-cardhu_decombobulator_blackberry.rim.net-329610575-@b2.c15.bise7.blackberry> Date: Fri, 26 Aug 2011 18:35:27 +0800 X-Google-Sender-Auth: diHR4NWUdOjoJgdJX0u0icPJQSE Message-ID: From: Adrian Chadd To: Jonathan Anderson Content-Type: text/plain; charset=ISO-8859-1 Cc: vadim_nuclight@mail.ru, mdf@freebsd.org, Robert Watson , freebsd-arch@freebsd.org Subject: Re: Official git export (was: Re: FreeBSD problems and preliminary ways to solve) X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Aug 2011 10:35:29 -0000 On 26 August 2011 18:04, Jonathan Anderson wrote: > The Gitorious wiki page (http://wiki.freebsd.org/Gitorious) claims > that git-svn can be successfully used with our SVN server with a > command like: [snip] Great, so which tree do I clone to be able to do this? :) Or is it expected that I'll simply run my own git tree? Do all of the git commit hashes get calculated in a predictable way when thirty different developers run a git to svn import? Ie, can people then push their git branches to some shared repository, so people can engage in git-like development mashing? adrian