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 ACB95200BAA for ; Thu, 27 Oct 2016 16:04:50 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id AB538160AF6; Thu, 27 Oct 2016 14:04:50 +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 009E5160AE4 for ; Thu, 27 Oct 2016 16:04:49 +0200 (CEST) Received: (qmail 12657 invoked by uid 500); 27 Oct 2016 14:04:44 -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 12647 invoked by uid 99); 27 Oct 2016 14:04:43 -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; Thu, 27 Oct 2016 14:04:43 +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 80FC3180647 for ; Thu, 27 Oct 2016 14:04:43 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.271 X-Spam-Level: X-Spam-Status: No, score=0.271 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_SOFTFAIL=0.972] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id hT7LbaGyryA4 for ; Thu, 27 Oct 2016 14:04:38 +0000 (UTC) Received: from smtp1.ngi.it (smtp1.ngi.it [88.149.128.112]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id 3A33B5FB6B for ; Thu, 27 Oct 2016 14:04:38 +0000 (UTC) Received: from [127.0.0.1] (149-71-153-24.v4.ngi.it [149.71.153.24]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp1.ngi.it (Postfix) with ESMTPS id 5A1842180A for ; Thu, 27 Oct 2016 16:04:27 +0200 (CEST) Date: Thu, 27 Oct 2016 16:04:27 +0200 From: Dario Niedermann To: users@subversion.apache.org Subject: History split after server-side mkdir/mv Message-ID: <5812096b.dAMQDyWCrCJZPWAY%dnied@tiscali.it> User-Agent: Heirloom mailx 12.5+mtao 7/5/10 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Thu, 27 Oct 2016 14:04:50 -0000 I have a repository I had made in a pinch, without any directory structure, just adding files to the root. When the time came to add some method to the madness, I created the 3 canonical directories, then moved (server-side) all files to 'trunk/'. Now, when I issue `svn log' in my freshly checked-out working copy, I face the following situation: * 'trunk/' only remembers revisions since when it was created; * the single files within 'trunk/' remember and show their full history; * when I `cd' to the working copy's "root" ('trunk/..') I see everything: from 1 to HEAD, including all changes to 'trunk/'. Now, since no history was lost, this is not a real problem. I'd just like, for 'trunk/' (i.e.: when I'm in 'trunk/' and issue `svn log') to see everything back to revision 1. So I guess the question is: is there a way to tell 'trunk/' that it also "owns" the repository root history up to its birth? Thanks for your comments, DN