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 8F29D200D34 for ; Fri, 3 Nov 2017 12:55:41 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 8DA70160BFB; Fri, 3 Nov 2017 11:55:41 +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 D328C160BE9 for ; Fri, 3 Nov 2017 12:55:40 +0100 (CET) Received: (qmail 75008 invoked by uid 500); 3 Nov 2017 11:55:40 -0000 Mailing-List: contact dev-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@subversion.apache.org Received: (qmail 74998 invoked by uid 99); 3 Nov 2017 11:55:39 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Nov 2017 11:55:39 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 3E4391807B0 for ; Fri, 3 Nov 2017 11:55:39 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.699 X-Spam-Level: X-Spam-Status: No, score=-0.699 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_LOW=-0.7, UNPARSEABLE_RELAY=0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id pq6v7nKsBrAh for ; Fri, 3 Nov 2017 11:55:38 +0000 (UTC) Received: from einhorn-mail.in-berlin.de (einhorn.in-berlin.de [192.109.42.8]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id 15FE25FD1B for ; Fri, 3 Nov 2017 11:55:37 +0000 (UTC) X-Envelope-From: stsp@apache.org X-Envelope-To: Received: from jim.stsp.name (jim.stsp.name [217.197.84.42]) (authenticated bits=0) by einhorn.in-berlin.de (8.14.4/8.14.4/Debian-8+deb8u2) with ESMTP id vA3BtaL8025655 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Fri, 3 Nov 2017 12:55:36 +0100 Received: from localhost (jim.stsp.name [local]) by jim.stsp.name (OpenSMTPD) with ESMTPA id f57a28ed for ; Fri, 3 Nov 2017 12:55:36 +0100 (CET) Date: Fri, 3 Nov 2017 12:55:36 +0100 From: Stefan Sperling To: dev@subversion.apache.org Subject: Re: Error E160016 "... is not a directory in filesystem ..." Message-ID: <20171103115535.GB71011@jim.stsp.name> Mail-Followup-To: dev@subversion.apache.org References: <20171031234630.GA29796@zira.vinc17.org> <20171031235400.GA30216@zira.vinc17.org> <20171101000640.GB30216@zira.vinc17.org> <1509547352.2467284.1158133712.110E6EF6@webmail.messagingengine.com> <20171101155828.GA3481@zira.vinc17.org> <20171101160524.GB3481@zira.vinc17.org> <20171102231859.GA15980@zira.vinc17.org> <20171102234403.GA18670@zira.vinc17.org> <20171103090125.GB55842@jessup.stsp.name> <20171103095307.GA19876@zira.vinc17.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171103095307.GA19876@zira.vinc17.org> User-Agent: Mutt/1.9.1 (2017-09-22) archived-at: Fri, 03 Nov 2017 11:55:41 -0000 On Fri, Nov 03, 2017 at 10:53:07AM +0100, Vincent Lefevre wrote: > On 2017-11-03 10:01:26 +0100, Stefan Sperling wrote: > > I agree this looks like a bug. However, it is unclear how to reproduce it. > > > > Can you provide a sample repository (or shell script) which triggers the bug? > > Unfortunately, currently I can't. A few days ago, I tried to reproduce > it with similar changes in a sample repository, but this didn't trigger > the bug. I'll try again from information based on strace, i.e. on the > fact that "perso" was moved in the past. But I fear that this may be > more complex (otherwise the bug would have already been found). > > However, I could do some tests if Subversion could log what it is > doing at the low level. Or run it in gdb(4) and see if you can find out what's going wrong. If you wish to instrument the source with debug prints, just put an SVN_DBG(("foo")) macro invocation anywhere (supports format strings). > I suppose I could also try to find which commit triggered the bug. Yes, that would help.