Best practice to maintain source code under version control with multiple companies?

Posted by lastcosmonaut on Stack Overflow See other posts from Stack Overflow or by lastcosmonaut
Published on 2010-03-19T10:33:25Z Indexed on 2010/03/19 10:41 UTC
Read the original article Hit count: 178

Hey, I'm wondering if there is any best practice for maintaining your source code under version control among different companies. In Open Source there is a maintainer, who receives patches, decides on them and applies them. But what about closed sourced projects where different companies get different workloads and just commit them to the trunk and branches? Is this maintainer concept applicable to a project on which multiple companies work on?

© Stack Overflow or respective owner

Related posts about source

Related posts about code