Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
On Sat, 24 Apr 2004 23:18:07 -0500, "JasonWisener" <tanky1972 at hotmail.com> wrote: >How do people do this, surely there is a way. How do you pull out >"feature-X" from a system before releasing (Maybe feature-X is broken) and >you don't want to release that part of it. > We keep "features" in separate files, first and foremost. Then I imagine it is not so difficult (except we don't have your managers), just develop your features on separate branches where all common files are just there and all specific feature files get edited.. When someone wants the "release" with some combination of features he just merges the changes from the previous release on the various branches where new features live into a ReleaseX branch (or onot TRUNK if you want). Then verify this combination by building it and go. Of course the moment features are interdependent then the feature branches need the files from other feature branches and you are probably dead.... /Bo (Bo Berglund, developer in Sweden)