Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tm-dev] TM 3.4.2 Stream vs master ?

With git, branching is very quick and easy so it can be done on demand.

 

Adding another Hudson job for builds of the branch also isn’t much effort.

 

The bigger effort is updating version numbers of branched bundles and features to be appropriate.

-          Changes in 3.4.2 should be x.y.2

-          Changes in 3.5.0 should be x.y.(z+100) or x.(y+1).0

These version number updates need to be performed in META-INF/MANIFEST.MF, feature.xml and tycho pom.xml

 

Thanks,

Martin

--

Martin Oberhuber, SMTS / Product Architect – Development Tools, Wind River

direct +43.662.457915.85  fax +43.662.457915.6

 

From: tm-dev-bounces@xxxxxxxxxxx [mailto:tm-dev-bounces@xxxxxxxxxxx] On Behalf Of David Dykstal
Sent: Tuesday, November 06, 2012 2:53 PM
To: TM project developer discussions
Cc: tm-dev@xxxxxxxxxxx; tm-dev-bounces@xxxxxxxxxxx
Subject: Re: [tm-dev] TM 3.4.2 Stream vs master ?

 

I'm not aware of anything yet that we couldn't fold into 3.4.2. Like you said API changes to 3.4.2 aren't allowed. I'd also add anything that might turn out to be somewhat risky shouldn't be held until we branch. However, if we're sure of a non-API fix/change I don't see any reason to force a branch because of it.

Are there build implications to branching that we'd have to prepare for?

-- David Dykstal,  Architect - Rational Developer for Power Systems



From:        "Oberhuber, Martin" <Martin.Oberhuber@xxxxxxxxxxxxx>
To:        "tm-dev@xxxxxxxxxxx" <tm-dev@xxxxxxxxxxx>,
Date:        11/06/2012 05:34 AM
Subject:        [tm-dev] TM 3.4.2 Stream vs master ?
Sent by:        tm-dev-bounces@xxxxxxxxxxx





Dear TM Committers,
 
Do we have any commit yet in master which we would not want in 3.4.2 ?
That is, any API Addition or change that’s more than just a bugfix ?
 
If we anticipate bugfixes only until 3.4.2 we can keep a single stream (“master”), otherwise we’ll need to branch off at some point.
Bug 392092 would be a first candidate for braching off, but we could also roll it into 3.4.2 …
 
Any Thoughts ?
 
Thanks,
Martin
--
Martin Oberhuber, SMTS / Product Architect – Development Tools, Wind River
direct +43.662.457915.85  fax +43.662.457915.6
 _______________________________________________
tm-dev mailing list
tm-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/tm-dev


Back to the top