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 DD9FE200BB9 for ; Mon, 7 Nov 2016 11:39:32 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id DC339160AF9; Mon, 7 Nov 2016 10:39:32 +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 2D410160AEB for ; Mon, 7 Nov 2016 11:39:32 +0100 (CET) Received: (qmail 82640 invoked by uid 500); 7 Nov 2016 10:39:26 -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 82630 invoked by uid 99); 7 Nov 2016 10:39:26 -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, 07 Nov 2016 10:39:26 +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 D703DC14D9 for ; Mon, 7 Nov 2016 10:39:25 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.001 X-Spam-Level: X-Spam-Status: No, score=-0.001 tagged_above=-999 required=6.31 tests=[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 COEaSZif_A6b for ; Mon, 7 Nov 2016 10:39:23 +0000 (UTC) Received: from deepth.de (deepth.de [81.169.159.190]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id 883835FB6E for ; Mon, 7 Nov 2016 10:39:23 +0000 (UTC) Received: from b2b-130-180-18-42.unitymedia.biz ([130.180.18.42] helo=[192.168.3.129]) by deepth.de with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1c3hKK-0006J0-5l for users@subversion.apache.org; Mon, 07 Nov 2016 11:38:56 +0100 Subject: Re: Svn branching issue To: users@subversion.apache.org References: From: Stefan Hett Message-ID: Date: Mon, 7 Nov 2016 11:38:55 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit archived-at: Mon, 07 Nov 2016 10:39:33 -0000 Hi, On 11/7/2016 7:26 AM, gyanendra ojha wrote: > > Hi, > > I was assigned a task to move a branch or folder to different location > in svn > > Making sure that history of the old branch is retained and not lost > > I was able to do it and history was showing in even new branch > > But my problem is that when i do svn log in new branch location..it > shows me path still of old branch > > I want history for this new branch to change as per new branch > path..so that even in case the old branch gets deleted..i might be > able to view the changes showing in svn log by going to the path > > Please help me out if it is possible > If I follow you correctly, then this wouldn't be an issue. Aka: If you delete the old branch, requesting the log for the old path still exists in the corresponding revision. Just make sure to specify the operative-revision (aka: [old-path-url]@[revision]). -- Regards, Stefan Hett