I have a git repository that is a mixture of some old svn repos. when I mixed everything that I did not understand to make git mv and not just move files, so now the svn history for most files will be lost. is there any way to fix it?
the old structure was something like:
svn1 |_apps/ |_tests/ |_... svn2 |_src |_libs svn3 |_src |_libs
and now:
root |_libs | |_svn1_name | | |_apps | | |_tests | | |_... |_addons | | |_svn2_name | | | |_src | | | |_libs | | |_svn3_name | | | |_src | | | |_libs
I tried to check the previous commit on this mv by running git mv, creating a new branch and reinstalling the wizard, but the structure is complex and merging is a pain. is there an easier way to do this?
user225028
source share