Hi Andy, Good to hear you are moving to a versioning system. Some questions to clarify what you are trying to do...
On Apr 9, 2005 5:36 PM, Andy Pieters <[EMAIL PROTECTED]> wrote: > Greetings fellow coders. > > I am on a production site and am facing the following situation > > product basic release > product silver release > product gold release > new product based on basic release > new product based on basic release gold release Do the levels indicate versions of the product or do they represent feature sets? E.g. basic consists of feature a+b, silver is (a+b)+c and gold is ((a+b)+c)+d) where a..d are fearutes. > > Changes to the base need to trickle down to all others, but should be like > gravity, one way! > > I was told CVS is suited for this job and have successfully setup a pserver on > our LAN > > I need some help here to actually start. I made a repository > product-basic-release and tried to branch it into > product-basic-release-silver Changes made to product-basic-release will not automatically propagated to the branch product-basic-release-silver. You would have to merge the changes to the branch. > > I think that worked as well but then comes the biggest question. Where to go > from here? I did find tons and tons of information on the net but am > drawning in it. > > Kind regards > > Andy > > -- > Registered Linux User Number 379093 > -- ---BEGIN GEEK CODE BLOCK----- > Version: 3.12 > GAT/O/CM d- s:+ a- C++++ UL++++ P+ L+++ E--- W+++ N++ o+ K w--- O+++ M- V > PS+ PE++ Y+ PGP+++ t+ 5-- X R !tv b DI+++ D++ G e-- h+ r--- y+ > -- ---END GEEK CODE BLOCK------ > > Check out these few php utilities that I released > under the GPL2 and that are meant for use with a > php cli binary: > > http://www.vlaamse-kern.com/sas/ Well I guess it was actually one question and a statement. Regards, --Russ _______________________________________________ Info-cvs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-cvs
