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 536C1CC9B for ; Sun, 7 Jul 2013 00:53:46 +0000 (UTC) Received: (qmail 33500 invoked by uid 500); 7 Jul 2013 00:53:46 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 33464 invoked by uid 500); 7 Jul 2013 00:53:46 -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 33456 invoked by uid 99); 7 Jul 2013 00:53:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Jul 2013 00:53:46 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of josh.elser@gmail.com designates 209.85.214.170 as permitted sender) Received: from [209.85.214.170] (HELO mail-ob0-f170.google.com) (209.85.214.170) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Jul 2013 00:53:41 +0000 Received: by mail-ob0-f170.google.com with SMTP id ef5so4287807obb.15 for ; Sat, 06 Jul 2013 17:53:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=K9cMkIgTPJZH8xGGLxFtUZMLMehQ2gDFnOLzxT5Up9c=; b=PvevDexPC3COskOnPjNumQ8zgiuBCdQvAMvaEp0qaQh2sLAWsiCAjoFyo+xIN2suKK fS83YbcCzSAd9YrGhixmH4Q7GFRbMxAN6ZcdXAKe47hpo9JTe8yyNy5kgiYNrseGG+y3 TezG4xtJipgQCFoOrPWCu1E6KDWear7wcmafvRzI3G6wBiA2nZ9StyeEB3Gzg4imyTAN sFbRmE0J9RKMwP78eNUCLYjRIagXn1KqF7FVUot2afC8oPRbGAfJlPsPAc1TGc3f6IXw Y7GjpwV6ElxYbHHlC3uyXLWHdsr7zCaqF1jsN9mGexwWbh/XLsCu4yidh/IYXJasMmXv BPhA== MIME-Version: 1.0 X-Received: by 10.182.55.72 with SMTP id q8mr16213273obp.96.1373158400929; Sat, 06 Jul 2013 17:53:20 -0700 (PDT) Received: by 10.76.22.229 with HTTP; Sat, 6 Jul 2013 17:53:20 -0700 (PDT) Received: by 10.76.22.229 with HTTP; Sat, 6 Jul 2013 17:53:20 -0700 (PDT) In-Reply-To: References: Date: Sat, 6 Jul 2013 20:53:20 -0400 Message-ID: Subject: Re: Merging Practices From: Josh Elser To: dev@accumulo.apache.org Content-Type: multipart/alternative; boundary=089e01538afcb5366804e0e15a5c X-Virus-Checked: Checked by ClamAV on apache.org --089e01538afcb5366804e0e15a5c Content-Type: text/plain; charset=UTF-8 Well, at one point 1:HEAD was clean, but since i don't remember when that was, it was probably a while ago :P I don't think it would be out of line to just merge your changes. Probably not a huge deal with the Git switchover (hopefully) imminent. On Jul 6, 2013 6:57 PM, "Mike Drob" wrote: > Thanks Josh, that helped me start in the right direction. > > Going from 1.4 src/core to 1.5 core, I'm getting a ton of conflicts along > the way. Since this commit _should_ be a no-op on 1.5, I'm safe just doing > a "mine-full" on everything, right? I'm starting to think that doing a > merge of "1:HEAD" might be too wide of a range. > > > On Sat, Jul 6, 2013 at 6:05 PM, Josh Elser wrote: > > > I believe all you need to do by hand is to merge src/${module} in 1.4 to > > ${module} in 1.5. You just can't merge 1.4 directly in 1.5. > > > > 1.5 to trunk should be straightforward. > > On Jul 6, 2013 4:37 PM, "Mike Drob" wrote: > > > > > I tested and committed the patch for ACCUMULO-895 and am currently > trying > > > to update the svn mergeinfo into 1.5 and trunk. The bottom note tells > me > > > that I should ask the dev list for details and help merging, so here I > am > > > asking. I currently have conflicts for src/server and src/core and no > > idea > > > how to resolve them. > > > > > > Mike > > > > > > --089e01538afcb5366804e0e15a5c--