From owner-freebsd-arch@FreeBSD.ORG Fri Aug 26 09:16:41 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 C542D106564A; Fri, 26 Aug 2011 09:16:41 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 5872E8FC0A; Fri, 26 Aug 2011 09:16:41 +0000 (UTC) Received: by gxk28 with SMTP id 28so3141280gxk.13 for ; Fri, 26 Aug 2011 02:16:40 -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=y40zifDQWki808B+Xm+FBOyzAvuFJ8l8lOC78/EAtyc=; b=sdl9xJ8qenVzk64nkMH17T8c/01a7FR7U76kD9YQ/e0NkQcbCsjXg87edBbJQTACgX dNRsdOSIwKrTKT5lDkswHbi2obEL6R6Tu87ePa0D7p8gOX536YRsYLbv3ju11FSqvXB1 0A/WzILA1o3Grb1TasSjXXEGkN9QshYuXstk0= MIME-Version: 1.0 Received: by 10.150.32.14 with SMTP id f14mr1993639ybf.201.1314350200628; Fri, 26 Aug 2011 02:16:40 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.150.145.21 with HTTP; Fri, 26 Aug 2011 02:16:40 -0700 (PDT) In-Reply-To: References: <35765857-1314243257-cardhu_decombobulator_blackberry.rim.net-329610575-@b2.c15.bise7.blackberry> Date: Fri, 26 Aug 2011 17:16:40 +0800 X-Google-Sender-Auth: 9Cp-NY4fapfKSfGGeiL92UfqmX4 Message-ID: From: Adrian Chadd To: Robert Watson Content-Type: text/plain; charset=ISO-8859-1 Cc: vadim_nuclight@mail.ru, mdf@freebsd.org, 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 09:16:41 -0000 [snip] I've been trying to figure out how to actually _use_ git in a way that lets me do continuous (re)integration back from/to FreeBSD. Ie, being able to pull/rebase things from upstream, then push commits back into the tree, and then pull those back from upstream. There's git/SVN integration, but I've not seen examples of how it can be used by FreeBSD developers with SVN accounts; The examples of git/FreeBSD use that I've seen are for: * developers who don't have SVN accounts; * single projects that seem to stay separate from the main tree. Please help! Adrian