Return-Path: Delivered-To: apmail-infrastructure-dev-archive@minotaur.apache.org Received: (qmail 42591 invoked from network); 2 Mar 2009 11:42:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Mar 2009 11:42:53 -0000 Received: (qmail 72805 invoked by uid 500); 2 Mar 2009 11:42:53 -0000 Delivered-To: apmail-infrastructure-dev-archive@apache.org Received: (qmail 72718 invoked by uid 500); 2 Mar 2009 11:42:52 -0000 Mailing-List: contact infrastructure-dev-help@apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: infrastructure-dev@apache.org Delivered-To: mailing list infrastructure-dev@apache.org Received: (qmail 72707 invoked by uid 99); 2 Mar 2009 11:42:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Mar 2009 03:42:51 -0800 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [192.6.10.60] (HELO tobor.hpl.hp.com) (192.6.10.60) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Mar 2009 11:42:42 +0000 Received: from localhost (localhost [127.0.0.1]) by tobor.hpl.hp.com (Postfix) with ESMTP id 34FFFB7E61 for ; Mon, 2 Mar 2009 11:42:20 +0000 (GMT) X-Virus-Scanned: amavisd-new at hplb.hpl.hp.com Received: from tobor.hpl.hp.com ([127.0.0.1]) by localhost (tobor.hpl.hp.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id C4sYQ9OoquTf for ; Mon, 2 Mar 2009 11:42:19 +0000 (GMT) Received: from 0-imap-br1.hpl.hp.com (0-imap-br1.hpl.hp.com [16.25.144.60]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tobor.hpl.hp.com (Postfix) with ESMTPS id AA611B7E5E for ; Mon, 2 Mar 2009 11:42:19 +0000 (GMT) MailScanner-NULL-Check: 1236598928.19073@QQSq7AZkuQcPn1EGlIxEoA Received: from [16.25.171.118] (morzine.hpl.hp.com [16.25.171.118]) by 0-imap-br1.hpl.hp.com (8.14.1/8.13.4) with ESMTP id n22Bg70U023562 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 2 Mar 2009 11:42:07 GMT Message-ID: <49ABC60F.4020904@apache.org> Date: Mon, 02 Mar 2009 11:42:07 +0000 From: Steve Loughran User-Agent: Thunderbird 2.0.0.19 (X11/20081209) MIME-Version: 1.0 To: infrastructure-dev@apache.org Subject: doing some Git work Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-HPL-MailScanner-Information: Please contact the ISP for more information X-MailScanner-ID: n22Bg70U023562 X-HPL-MailScanner: Found to be clean X-HPL-MailScanner-From: stevel@apache.org X-Virus-Checked: Checked by ClamAV on apache.org I need some help moving my work onto Git 1. I am doing some big hadoop changes ( https://issues.apache.org/jira/browse/HADOOP-3628 ) and regularly updating against SVN_HEAD, publishing revised patches, etc. 2. I have commit rights, but the team is very strict about patching, and none of this stuff is under SCM yet. Partly that is because my employers -HP- are still doing some paperwork to tell me its ok to commit it 3. I'd like to move it to Git so I can publish my defacto branch and work on from >1 machine 4. I do still intend to get everything checked in; this is just a way of me working better until that date, and for easier access to others How should I go about git-ifying it? -steve