Return-Path: X-Original-To: apmail-incubator-kafka-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-kafka-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8C41846F4 for ; Mon, 11 Jul 2011 19:49:47 +0000 (UTC) Received: (qmail 89960 invoked by uid 500); 11 Jul 2011 19:49:47 -0000 Delivered-To: apmail-incubator-kafka-dev-archive@incubator.apache.org Received: (qmail 89942 invoked by uid 500); 11 Jul 2011 19:49:47 -0000 Mailing-List: contact kafka-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: kafka-dev@incubator.apache.org Delivered-To: mailing list kafka-dev@incubator.apache.org Received: (qmail 89934 invoked by uid 99); 11 Jul 2011 19:49:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jul 2011 19:49:47 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of chris.burroughs@gmail.com designates 209.85.220.175 as permitted sender) Received: from [209.85.220.175] (HELO mail-vx0-f175.google.com) (209.85.220.175) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jul 2011 19:49:39 +0000 Received: by vxa37 with SMTP id 37so3337574vxa.6 for ; Mon, 11 Jul 2011 12:49:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=/rp7mFFpbtkGzCK9bP3kt1iyFCCKJtXjbEG/Jdb0Nzw=; b=KjOQZPs4EbmRrY5WhlPoev1k759SLs+13eACOijS9AalGIZCnNoWiaN7k8NvaMqvFN OZ2wcWlDJZFe1TQMygURpNAhblRJTCDpTWLtq3z5fOqpURVGnCut4gjbt6iwZFed9G34 3qXKWhdF36IbCCtm5NdRj1Ch542WziKBwaU6M= Received: by 10.52.186.66 with SMTP id fi2mr6030270vdc.135.1310413758486; Mon, 11 Jul 2011 12:49:18 -0700 (PDT) Received: from [10.10.17.172] (cl-pat-tr.clearspring.com [8.18.54.254]) by mx.google.com with ESMTPS id ha3sm7075149vbb.20.2011.07.11.12.49.16 (version=SSLv3 cipher=OTHER); Mon, 11 Jul 2011 12:49:17 -0700 (PDT) Message-ID: <4E1B53BA.2030903@gmail.com> Date: Mon, 11 Jul 2011 15:49:14 -0400 From: Chris Burroughs User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110424 Thunderbird/3.1.10 MIME-Version: 1.0 To: kafka-dev@incubator.apache.org CC: Henry Saputra Subject: Re: Kafka source code move to SVN repo transfer from Github References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit My reading of http://incubator.apache.org/guides/mentor.html#initial-import-code-dump is that doing the cleanup in public is encouraged. Is it possible to preserve the history? There are lots of results for svn --> git, but not so many for the other way. On 07/11/2011 03:27 PM, Henry Saputra wrote: > Can we just copy-paste existing code from Github to Kafka Apache svn > repo and fix the license header later? > > Or the files need to have ASF license header before check it in to the > repository? > > - Henry