Parallel Dev: Should developers work within the same branch?

Posted by Zombies on Stack Overflow See other posts from Stack Overflow or by Zombies
Published on 2010-04-29T20:10:34Z Indexed on 2010/04/29 20:17 UTC
Read the original article Hit count: 208

Filed under:
|

Should multiple developers work within the same branch, and update - modify - commit ? Or should each developer have his/her own each branch exclusively? And how would sharing branches impact an environment where you are doing routine maintenance as opposed to unmaintained code streams? Also, how would this work if you deploy each developers work as soon as it is done and passes testing (rapidly, as opposed to putting all of their work into a single release).

© Stack Overflow or respective owner

Related posts about scm

Related posts about best-practices