From users-return-26979-archive-asf-public=cust-asf.ponee.io@subversion.apache.org Tue Mar 27 10:46:24 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 0179218064E for ; Tue, 27 Mar 2018 10:46:23 +0200 (CEST) Received: (qmail 72552 invoked by uid 500); 27 Mar 2018 08:46:22 -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 72534 invoked by uid 99); 27 Mar 2018 08:46:21 -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; Tue, 27 Mar 2018 08:46:21 +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 69AD6C0145 for ; Tue, 27 Mar 2018 08:46:21 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.279 X-Spam-Level: X-Spam-Status: No, score=0.279 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_PASS=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id lCqsiIFyUzqU for ; Tue, 27 Mar 2018 08:46:20 +0000 (UTC) Received: from smtprelay05.ispgateway.de (smtprelay05.ispgateway.de [80.67.31.94]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id EEB925FAE6 for ; Tue, 27 Mar 2018 08:46:19 +0000 (UTC) Received: from [67.198.113.253] (helo=untitled-mac.internal.macports.net) by smtprelay05.ispgateway.de with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90_1) (envelope-from ) id 1f0kFz-0002Ez-Q4; Tue, 27 Mar 2018 10:47:03 +0200 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: issue with relative externals after a rename From: Ryan Schmidt In-Reply-To: Date: Tue, 27 Mar 2018 03:46:09 -0500 Cc: Subversion Users Content-Transfer-Encoding: quoted-printable Message-Id: References: To: Jonathan Schell X-Mailer: Apple Mail (2.3273) X-Df-Sender: MzY4ODE4 On Mar 26, 2018, at 17:20, Jonathan Schell wrote: > I have a tree where one folder is referencing some other folders and = documents in different parts of the tree. And those externals are = pegged. >=20 > So, I did a rename of the top folder of the tree. Which of course = breaks the externals. >=20 > So, I go fix the externals to be like they should, using the operative = revision. This works for the files, but not for the folders. In what way does it not work? What did you do, what happened, what was = supposed to happen instead? > Am I missing something or is this really a bug as it appears to be? = Or is it maybe an issue with TortoiseSVN?