I am not sure if I am making complicated than it needs to be, or if I am not explaining what I am trying to achieve
It's not that I choose to only fix 3 bugs I am super quick and have got mods for all of them :-p It's just the fixes can hang around it test for any number of days. The testers get back to me and say they are happy with two of them, and are still testing the rest or maybe one of them needs more work. On 5/15/07, Robertson-Ravo, Neil (RX) <[EMAIL PROTECTED]> wrote: > > Hi AJ, > > You don't need to wait for signoff of all 5 bugs if you need. It comes to > how severe they are based on your bug tracking. Obviously your goal is to > ship as big free software as possible but there is obviously going to be > known issues and undocumented features. :-). It also depends on what > software development cycle you want to run with. > > With your SVN, imagine you have 1 project - Project1 which has the usual > branches, tags and trunk (I have never ever had to use branches - had no > need). > > Assume that test, dev and production are all the same code base as if they > are not, it maked version control a little trickier. > > So, your trunk / dev code is now version 1.0.0 (major, minor, maintenance) > but it's never labelled as such in SVN - you just know that is the build > you > are working *to*. > > You finish a set of features etc and want to release to test. Now, at > this > point you tag the trunk as 1.0.0. It is this tag which is released to > test > and your trunk now becomes 1.0.1 (or whatever release point you deem). > Again, this is not labelled as such it's what you are working to. > > If you get 5 bugs in build 1.0.0 in test then you fix them in 1.0.1. If > you > only want to fix 3 then release again then you follow the same above - tag > trunk as 1.0.1 and release to test. Your trunk then becomes 1.0.2 and so > on > and so forth. > > At any one point you will know what release is on what system and you know > your trunk will always be in line + current development. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:278135 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

