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