Restore SVN history after changing directory path -


consider following case:

rev. 100:

/trunk/root/folder   

rev. 101:

d /trunk/root/folder   /trunk/root/folder_old 

in revision, folder files copied folder_old

rev. 102:

a /trunk/root/sub/folder   d /trunk/root/folder_old 

here, folder_old files copied again folder, time folder sub-directory of sub.

is possible restore svn history of folder prior rev. 100 , combine history of changes since rev. 102?

i tried types of merge operations got various errors folders not having same ancestry , multiple tree conflicts.

svn server version: 1.7.2


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -