Scenario:
Our Company has an SVN repo, trunk only
Internally we want to use locally GIT, multiple branches with a stable branch.
Every time, when we finish testing out work, and push them to stable branch, we want it will be visible on the SVN trunk.
The developers should be able to pull from the SVN repo, but their never will push to SVN directly.
How is the best way to setup such scenario ?