My project I am working on is version controlled under SVN. I had to do a large number of refactorings. For this purpose I took my workspace and created a new git repository. Afterwards I made the refactorings and committed to my local git repository as often as possible, made branches etc..
Meanwhile someone made commits to the SVN. Now I would like to commit my changes also into the SVN. Adding the SVN via git-svn clone doesnt help, because the clone and the existing branches cant be merged (missing common ancestor) even if the tracked files are the same.
Is there a possibility to add a SVN link and/or create this ancestor?