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 D795410D7A for ; Wed, 19 Feb 2014 20:17:26 +0000 (UTC) Received: (qmail 25552 invoked by uid 500); 19 Feb 2014 20:17:26 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 25502 invoked by uid 500); 19 Feb 2014 20:17:25 -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 25478 invoked by uid 99); 19 Feb 2014 20:17:24 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Feb 2014 20:17:24 +0000 Received: from localhost (HELO mail-la0-f43.google.com) (127.0.0.1) (smtp-auth username vines, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Feb 2014 20:17:24 +0000 Received: by mail-la0-f43.google.com with SMTP id pv20so672840lab.16 for ; Wed, 19 Feb 2014 12:17:22 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=glRDSXzZGcC2WUiwY9tXX7GTkiUZYMcOXx9MSBOKUsw=; b=AtMe1y0DxkLKiGVVwOcBbU1Ud73SXVbI8Vv4mZ10Qbhz9fIrJPQcHU+M7+MJtH3x2/ lRl++vx9nzNccDofs4miNaSBgvSUgHqlZuWzm1tf8Uc2OSuL3SPTIKMwAQWxUzv/YB05 dZUt7w+heiOBAagFC77gwIEHagZQeJF1FRrHT0RziJUBWensmqiPDS4uSns89l31UKeX Jp7gn/24dNqiCnBE0pdrhqXy+/UX2q7ezIjExxagj6UuNV6WfRCmvPfUgAN21CiuIBRt 8NcXlG2bSCF6XEPXkh0zUaDNthnYHjS9K4UG4kMhmYA4SSd6ZqoIcOHG/vcxgY5FKeTY LEHA== X-Received: by 10.112.150.6 with SMTP id ue6mr1453505lbb.86.1392841042274; Wed, 19 Feb 2014 12:17:22 -0800 (PST) MIME-Version: 1.0 Reply-To: vines@apache.org Received: by 10.114.93.198 with HTTP; Wed, 19 Feb 2014 12:16:42 -0800 (PST) In-Reply-To: References: From: John Vines Date: Wed, 19 Feb 2014 15:16:42 -0500 Message-ID: Subject: Re: [jira] [Commented] (ACCUMULO-1961) Fix trivial compiler/javadoc warnings To: Accumulo Dev List Content-Type: multipart/alternative; boundary=047d7b3438a88dae7e04f2c8132d --047d7b3438a88dae7e04f2c8132d Content-Type: text/plain; charset=ISO-8859-1 Yes you can. You need to do an orchestrated merge. What I do is merge up to right before it with merge 1.5.1-SNAPSHOT~6 (6 commits behind head of 1.5.1-SNAPSHOT branch). Then I can do merge -s ours 1.5.1-SNAPSHOT~5 to merge just that one commit with -s ours. And then I can do a merge 1.5.1-SNAPSHOT to merge the rest of the way normally. On Wed, Feb 19, 2014 at 3:09 PM, Mike Drob wrote: > Bah! > > I was writing a response on the JIRA, and then saw this after I hit submit. > The short of it is that I don't think you can do a merge of just specific > commits, because part of what makes a commit unique is it's parent commit. > So to merge in something, you necessarily must merge it's entire lineage as > well. > > There is an operation for pulling commits out of their history, and it is > called cherry-picking, but I refuse to provide detail or instruction for > the obvious reasons. Somebody with more git knowledge can come by and > augment this answer if necessary. > > Mike > > > On Wed, Feb 19, 2014 at 3:03 PM, Bill Havanki >wrote: > > > Popping this out of JIRA since I am changing the subject somewhat. > > > > Christopher (or anyone, really): Can you give me an example of doing a > > merge with -sours but only with specific commits, as recommended? It > makes > > sense that this is safer vs. sweeping in HEAD. Just trying to refine my > > workflow. Thanks! > > > > Bill > > > > ---------- Forwarded message ---------- > > From: Christopher Tubbs (JIRA) > > Date: Wed, Feb 19, 2014 at 2:36 PM > > Subject: [jira] [Commented] (ACCUMULO-1961) Fix trivial compiler/javadoc > > warnings > > To: notifications@accumulo.apache.org > > > > [ > > > > > https://issues.apache.org/jira/browse/ACCUMULO-1961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13905940#comment-13905940 > > ] > > > > Christopher Tubbs commented on ACCUMULO-1961: > > --------------------------------------------- > > > > It looks like you are right. Be careful about -sours. You should probably > > only use that with specific commits, not the HEAD of the branch, which > > could reference multiple commits. > > > > Don't worry about fixing it. I'll redo. There's some other javadoc > > errors/warnings and other trivial warnings in master that need to be > fixed > > anyway. > > > --047d7b3438a88dae7e04f2c8132d--