Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id B6C62200C05 for ; Mon, 23 Jan 2017 17:29:17 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id B54B1160B49; Mon, 23 Jan 2017 16:29:17 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 092DF160B3C for ; Mon, 23 Jan 2017 17:29:16 +0100 (CET) Received: (qmail 33151 invoked by uid 500); 23 Jan 2017 16:29:16 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Received: (qmail 33141 invoked by uid 99); 23 Jan 2017 16:29:15 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jan 2017 16:29:15 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 784FBC129E for ; Mon, 23 Jan 2017 16:29:15 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.7 X-Spam-Level: X-Spam-Status: No, score=-3.7 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_LOW=-0.7, RP_MATCHES_RCVD=-2.999, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id FSwE_AgP4s-9 for ; Mon, 23 Jan 2017 16:29:13 +0000 (UTC) Received: from smtp2.vianet.ca (smtp2.vianet.ca [209.91.128.19]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id AAB535F23A for ; Mon, 23 Jan 2017 16:29:12 +0000 (UTC) Received: from [192.168.99.115] (pem-goatfarm.vianet.ca [209.91.179.158]) (Authenticated sender: kdeugau@vianet.ca) by smtp2.vianet.ca (Postfix) with ESMTPSA id 3ED8660A91 for ; Mon, 23 Jan 2017 11:29:10 -0500 (EST) To: users@subversion.apache.org From: Kris Deugau Subject: Historic merge "done wrong" doesn't work in up to date working copy Organization: Vianet Internet Solutions Message-ID: <8e09fe04-31d3-b958-e22a-219138749c20@vianet.ca> Date: Mon, 23 Jan 2017 11:29:03 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0 SeaMonkey/2.46 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit archived-at: Mon, 23 Jan 2017 16:29:17 -0000 I've been maintaining a set of spam filter rule files in Subversion for some time. On the client side this has been almost entirely with 1.6.x on CentOS 5. I've just recently done a major refresh on my PC, switching to the current Debian stable release, with Subversion 1.8.10. The directory structure I've suddenly found I've been merging incorrectly looks like: dev/ file1.cf file2.cf file3.cf ... prod/ file1.cf file3.cf ... (Note a small number of files were added in dev/, but have not been copied to prod/. IIRC the few files added to SVN in dev/ but not prod/ got added by the merge, then revert'ed, then OS-rm'ed.) dev/ and prod/ were created at the same time, in r1. Files were created in dev/, then svn cp'ed to prod/. With the old 1.6 client, I was able to "svn merge ^/dev" in prod/, and it did what I expected; merge all changes to the relevant files (and add the occasional new file) from dev/ to prod/. merginfo is only maintained on the prod/ directory, not individual files. With 1.8, it's now complaining that dev/ and prod/ have no common ancestor. What can I do to get unstuck? -kgd