There is an internal SVN repository on which many changes have been made. This contains not only the project of interest, but also many other folders.
There is an external git repository, on which many changes have now been applied.
What is the best way to merge these 2 sets of changes.
I was thinking, take the diff of the git HEAD and svn latest changes and manually edit it to make it a patch. Is there a simpler/better alternative?