Re: Svn branching issue

2016-11-07 Thread Stefan Sperling
On Mon, Nov 07, 2016 at 11:40:27PM +0530, gyanendra ojha wrote: > Ok so u mean ..there is no way out for this..no solution Yes, Subversion simply does not work in the way you expect. Subversion was deliberately designed in a way that makes renaming old things in history impossible. You can only m

Re: Svn branching issue

2016-11-07 Thread gyanendra ojha
See my aim is to create branch a/a.txt from b/a.txt and then del a..and i want history in branch a to show path for branch b not a..is it possible? I know as b is branched from a..modification history of b will habe reference of a..but i want other way around On 7 Nov 2016 23:44, "Eric Johnson"

Re: Svn branching issue

2016-11-07 Thread Eric Johnson
On 11/7/16 10:10 AM, gyanendra ojha wrote: Ok so u mean ..there is no way out for this..no solution Maybe, maybe not. It isn't clear whether your concern is about losing history, or that Subversion doesn't let you rewrite history to reflect some arbitrary desired state. Subversion won't lo

Re: Svn branching issue

2016-11-07 Thread gyanendra ojha
Ok so u mean ..there is no way out for this..no solution On 7 Nov 2016 23:37, "Eric Johnson" wrote: > On 11/7/16 9:58 AM, gyanendra ojha wrote: > >> hi eric, >> >> that is the issue, new branch created from old location is >> having the old path in svn log,i want it to point it to newly

Re: Svn branching issue

2016-11-07 Thread Eric Johnson
On 11/7/16 9:58 AM, gyanendra ojha wrote: hi eric, that is the issue, new branch created from old location is having the old path in svn log,i want it to point it to newly created branch path for example there is svn old branch //depot/a/a.txt now if i create branch //d

Re: Svn branching issue

2016-11-07 Thread gyanendra ojha
hi eric, that is the issue, new branch created from old location is having the old path in svn log,i want it to point it to newly created branch path for example there is svn old branch //depot/a/a.txt now if i create branch //depot/b from old branch

Re: Svn branching issue

2016-11-07 Thread Eric Johnson
On 11/6/16 10:26 PM, 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

Re: Svn branching issue

2016-11-07 Thread Stefan Hett
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