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 ?

link|improve this question

30% accept rate
2  
Other than git-svn? – Ignacio Vazquez-Abrams Nov 9 '10 at 10:22
I mean how to setup all of them, with permissions. I think developers should have Read/write access to SVN trough GIT, but all other users (not developers, admins and so on) should have read_only access to the SVN repo, to prevent conflicts on dcommit from GIT, or I'm wrong ? – astropanic Nov 9 '10 at 10:44
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.