Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0863D109D6 for ; Mon, 15 Jul 2013 03:13:07 +0000 (UTC) Received: (qmail 95604 invoked by uid 500); 15 Jul 2013 03:13:06 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 95378 invoked by uid 500); 15 Jul 2013 03:13:05 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 95369 invoked by uid 99); 15 Jul 2013 03:13:04 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Jul 2013 03:13:04 +0000 Received: from localhost (HELO mail-lb0-f169.google.com) (127.0.0.1) (smtp-auth username ctubbsii, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Jul 2013 03:13:04 +0000 Received: by mail-lb0-f169.google.com with SMTP id d10so9028929lbj.0 for ; Sun, 14 Jul 2013 20:13:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=KTGyVUMMrDvMbQNbKXhvSqRibyOG9VR+kNs9xG6QtFs=; b=Nf2oYqpsT4j1ULdhfTfccAYjzrzQvHUaiPw+wyO/YsZDohBySKZRMfwjAsm6IpzewW 4zQ9X2FCOJ8PSl/mwiJRQr+L4Nlb0JFW9QlII4hPzP1L79N/Ics/nWMefolNX5BstyBS /V8nvA0T8hn7pS3KLCsakMczt/08LRH11GDmki9Gy1l0MZDW/pMVWSV94AMN/9spRpfF MiKmT3CAEutQ3Owv79PhAL/CKiX8IzXKIwKG9NrETD4hWSx+vIIkAnNBy4fDYVDho4FJ LM7xvtvMPD8ClQMsK0SqDCN/n629aymJmCgEe+NxwevUoi1AvE15IIwqNwagxRfPqBr4 TWWA== MIME-Version: 1.0 X-Received: by 10.152.23.168 with SMTP id n8mr23716113laf.88.1373857982738; Sun, 14 Jul 2013 20:13:02 -0700 (PDT) Received: by 10.114.181.37 with HTTP; Sun, 14 Jul 2013 20:13:02 -0700 (PDT) In-Reply-To: <51E35A99.60006@gmail.com> References: <51BA8065.5090600@gmail.com> <51E1F1C6.4040607@gmail.com> <51E35A99.60006@gmail.com> Date: Sun, 14 Jul 2013 23:13:02 -0400 Message-ID: Subject: Re: SVN to GIt INFRA ticket submitted From: Christopher To: Accumulo Dev List Content-Type: text/plain; charset=ISO-8859-1 Josh, I think the best thing is probably to just assume 1.4 has been merged to 1.5 already. Then, just bump up the number of acceptable renames in your config, and then do a recursive merge with the "ours" option (git merge -s recursive -X ours), so it favors the newer branch if there's a conflict. I'd still closely examine the changes as a result, to see if the non-conflicting changes were correct (if there are any... there probably shouldn't be, because it would almost certainly mean something was fixed in 1.4 but not in 1.5 or later). I haven't tried this yet... though. Worst case scenario, we cleanly merge with the "git merge -s ours" strategy, which is basically a no-op merge that would keep the 1.5 branch as is. (similar to svn's --record-only merge option, I believe). -- Christopher L Tubbs II http://gravatar.com/ctubbsii On Sun, Jul 14, 2013 at 10:12 PM, Josh Elser wrote: > Bad news about the 1.4 to 1.5 merge: there's a lot of conflicts to work > through (hundreds of conflicts). As we thought, this is likely due to the > removal of the extra 'src' dir in 1.4 and earlier. > > 1.5 to 1.6 (master) has a few conflicts but looks easy to resolve. > > I don't know enough about git-svn to say if there's a something we can do in > SVN land to make the merge better or not. IMO, it may be better to just bite > the bullet, resolve the conflicts in the merge, and just get on with our > lives using Git. > > I can volunteer to work through it, but I assume there will be more than one > case where I don't know the correct way to resolve the conflict. > > > On 07/13/2013 08:33 PM, Josh Elser wrote: >> >> For those not watching ticket, but yet care: >> >> https://git-wip-us.apache.org/repos/asf/accumulo.git >> https://git-wip-us.apache.org/repos/asf/accumulo-bsp.git >> https://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype.git >> https://git-wip-us.apache.org/repos/asf/accumulo-pig.git >> https://git-wip-us.apache.org/repos/asf/accumulo-wikisearch.git >> >> Please audit so we can get back to a r/w repo. >> >> PMC specifically, please take some time to verify the repos. >> >> On 06/13/2013 10:31 PM, Josh Elser wrote: >>> >>> https://issues.apache.org/jira/browse/INFRA-6392 >> >> >