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 80448D10A for ; Sun, 9 Sep 2012 21:04:22 +0000 (UTC) Received: (qmail 2181 invoked by uid 500); 9 Sep 2012 21:04:22 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 2133 invoked by uid 500); 9 Sep 2012 21:04:21 -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 2125 invoked by uid 99); 9 Sep 2012 21:04:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Sep 2012 21:04:21 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=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.220.169 as permitted sender) Received: from [209.85.220.169] (HELO mail-vc0-f169.google.com) (209.85.220.169) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Sep 2012 21:04:16 +0000 Received: by vcbfl13 with SMTP id fl13so671146vcb.0 for ; Sun, 09 Sep 2012 14:03:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-forwarded-message-id:content-type :content-transfer-encoding; bh=cFTBafqdV6+DqDjYfyxQmTQFa+97maRrM0QTHmLhvIY=; b=ijR/66xmgBV7Yx5MVNxbtl07LK5t+IOQTA8BNX+I8woGtdQDzHojePkkelj2RBUgMk d70jIwRZvF2/GGZlg/I0sBO1/iGqrnikxZJx1tksigyOy9VSWkuh+QbkDZOHGphzf1Y1 3QyAvbdi9PHHBdYSuIeGOPwvbxlBklXD+dQr1HjsjV4twoilmS+vz2szbf9plxY60bd3 YWlpaV6jjh2bPyMPJ4ML8OBMiZZImKWlxPmdpYmXe3BoL2mizUN1GacryphT/61CIIQB ixJbuvUXkp6jMA7WfYaNVWJtOZ7nH4QlqgQ1OD6MmAEUq9a3ieU6V+TjNFnl9e4/qUDc c6GQ== Received: by 10.52.22.40 with SMTP id a8mr13390207vdf.4.1347224635260; Sun, 09 Sep 2012 14:03:55 -0700 (PDT) Received: from [192.168.2.210] (pool-173-69-170-178.bltmmd.fios.verizon.net. [173.69.170.178]) by mx.google.com with ESMTPS id b3sm7177270vec.11.2012.09.09.14.03.53 (version=SSLv3 cipher=OTHER); Sun, 09 Sep 2012 14:03:53 -0700 (PDT) Message-ID: <504D1255.20500@gmail.com> Date: Sun, 09 Sep 2012 17:04:05 -0500 From: Josh Elser User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.6esrpre) Gecko/20120813 Thunderbird/10.0.6 MIME-Version: 1.0 To: dev@accumulo.apache.org Subject: Merging from 1.4 to trunk (was: That extra 'src') References: <1377164567.231908.1332264159673.JavaMail.root@linzimmb04o.imo.intelink.gov> In-Reply-To: <1377164567.231908.1332264159673.JavaMail.root@linzimmb04o.imo.intelink.gov> X-Forwarded-Message-Id: <1377164567.231908.1332264159673.JavaMail.root@linzimmb04o.imo.intelink.gov> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Looking back at my dev@accumulo history, Billie gave some guidance on how to make subversion place nicely with the change from /src/$module to /$module between 1.4 and trunk. http://accumulo.apache.org/source.html says to consult dev@accumulo for instructions. Is Billie's guidance below still the best way to get around this? Manually resolving the conflicts every time seems like a pain, but if that's how it is, so be it. Thanks. -------- Original Message -------- Subject: Re: That extra 'src' Date: Tue, 20 Mar 2012 17:22:39 +0000 (GMT+00:00) From: Billie J Rinaldi Reply-To: accumulo-dev@incubator.apache.org To: accumulo-dev@incubator.apache.org I figured out a way to do this with two merges. First, merge all revisions from 1.4 to trunk; then take the list of revisions merged and merge those from 1.4/src to trunk. $ svn merge -r 1:HEAD https://svn.apache.org/repos/asf/incubator/accumulo/branches/1.4 . --- Merging r1302469 through r1302913 into '.': C src/examples Summary of conflicts: Tree conflicts: 1 $ svn merge -r 1302469:1302913 https://svn.apache.org/repos/asf/incubator/accumulo/branches/1.4/src . --- Merging r1302470 through r1302913 into '.': U examples/simple/pom.xml U examples/wikisearch/ingest/src/test/java/org/apache/accumulo/examples/wikisearch/ingest/WikipediaInputSplitTest.java U examples/wikisearch/ingest/src/main/java/org/apache/accumulo/examples/wikisearch/output/SortingRFileOutputFormat.java U examples/wikisearch/ingest/src/main/java/org/apache/accumulo/examples/wikisearch/output/BufferingRFileRecordWriter.java U examples/wikisearch/ingest/src/main/java/org/apache/accumulo/examples/wikisearch/ingest/WikipediaInputFormat.java U examples/wikisearch/ingest/src/main/java/org/apache/accumulo/examples/wikisearch/ingest/LRUOutputCombiner.java U examples/wikisearch/ingest/src/main/java/org/apache/accumulo/examples/wikisearch/ingest/WikipediaMapper.java U examples/wikisearch/README Now I just have to resolve the tree conflict. Note that this works because we made a relatively simple change of removing a directory; if we had moved more things around, we would need to use more merge commands. Billie ----- Original Message ----- > From: "Keith Turner" > To: accumulo-dev@incubator.apache.org > Sent: Thursday, March 15, 2012 11:09:36 AM > Subject: Re: That extra 'src' > On Mon, Mar 12, 2012 at 2:34 PM, Benson Margulies > wrote: > > It doesn't really make merges work much harder, since the scm's > > track the moves. > > Does anyone have tips on this? dist.xml was modified in 1.4. I am > trying to merge 1.4 changes to trunk. dist.xml has moved in trunk. > > $ svn merge -r 1:HEAD > https://svn.apache.org/repos/asf/incubator/accumulo/branches/1.4 > --- Merging r1300182 through r1301010 into '.': > C src/assemble > Summary of conflicts: > Tree conflicts: 1 > maccloud:trunk rkturn2$ svn status > M . > ! C src/assemble > > local delete, incoming edit upon merge > > So I get this tree conflict. What I want it to do is to modify > dist.xml in the new location in trunk, but its not doing this. I have > been looking online but have not found anything yet. > > Keith