I have legacy projects that is using a submodule which resides on git.
There are a lot of ways and tools that supports migrating to git and/or submoduling a svn project from git, but what I need is exactly the opposite. Since they are legacy projects beyond my control, I cannot migrate them to git. What I need is just whenever I push to origin/master on the git, I'd like the svn-projects to be able to grab that changes automatically whenever they do "svn up" or "svn co"
Is there any way to achieve this?
I have tried svn:externals but they dont support git submodule... any clues will be appreciated. Thanks!