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