For a new product release, we have following server/release structure planned.
For different management reasons, it is now a final management decision to have two different SVN reposatory; one on production server (Prod. SVN shown in red) running on Anazon EC2. Other is on local Linux server (Green).
I'm stuck how to achieve this technically. My problem is, local server codebase (Scaling codebase
in above fig) should be updated from Local SVN but should commit to Production SVN. I could not find if achieving this is technically possible or not. Before I look other options, I'd like to ask the community if it is technically possible or not and if yes, how?