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
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"
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
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
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
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
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
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