Do you continue development in a branch or in the trunk?

Posted by Sam McAfee on Stack Overflow See other posts from Stack Overflow or by Sam McAfee
Published on 2008-08-30T03:26:11Z Indexed on 2010/04/09 4:43 UTC
Read the original article Hit count: 326

Suppose you're developing a software product that has periodic releases. What are the best practices with regard to branching and merging? Slicing off periodic release branches to the public (or whomever your customer is) and then continuing development on the trunk, or considering the trunk the stable version, tagging it as a release periodically, and doing your experimental work in branches. What do folks think is the trunk considered "gold" or considered a "sand box"?

© Stack Overflow or respective owner

Related posts about best-practices

Related posts about version-control