branch - Forking vs Branching in an enterprise context -


i'm curious know dvcs strategy people use in enterprises.

the github model based on forks because in open source projects have trust issues , don't want able update code. however, in enterprise context trust issue not critical , branches might more suitable option dvcs in terms of maintenance (less repos, less permissions manage).

so, question simple: replicate github model , use forks new features or release sort of pull requests mechanism or rather work branches.

this post might people insights strategy should use if think going dvcs in own company.

i think pretty strong opinions on question!
where work, follow model

  • i , 1 other person have full access machine containing company's official repositories, ,
  • we have several developers have read access. make changes, pull/merge eachother/us, ,
  • we pull revisions approve , push them our company's official repositories.

see http://progit.org/book/ch5-1.html more extended reading on topic.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -