On 8/8/12 1 :53PM, "Jason Moore" <jason.mo...@harksolutions.co.uk> wrote:
>The way I've used SVN before is to make the trunk the "unstable" >development and then branch off "stable" versions. Means you always >have a latest stable branch you can maintain / apply patches, while the >trunk forges ahead. Branch another version off the trunk when it has >progressed, then work on making that branch stable. > >It does mean fixes applied to the branch need to be re-integrated back >to the trunk, but merging fixes from a stable branch to the development >branch is better than the other way round... That's what we used to do at Adobe as well. However I think the Apache model is that trunk should be releasable with a couple of days. Carol