Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [e4-dev] where to find the lattest sourcecode?

git is where you want to be.
That particular bundle is in the repo named
git://git.eclipse.org/gitroot/platform/eclipse.platform.ui.git
and the master branch shows a version of 3.103.1.qualifier

The other active branches (at the moment) are
R3_8_maintenance  (bundle version of that particular bundle is currently 3.8.1.qualifier)
R4_2_maintenance  (just recently created, and bundle version there is also (still) 3.103.1.qualifier

master is/will be focused on Kepler release, and R4_2_maintenance is the branch being used for Juno maintenance (nearing SR1)

The version you see see with a zero in service field, that is 3.103.0.<qualifier> is (likely) from the the Juno Release (released last June) which is why the "active" code shows the service field bumped to '1'.

If you wanted to get _exactly_ the released version, you'd have to branch a tagged version of the repo. There's several ways to see what a build is tagged with, but the easiest way, for an official release, is to know that we tag releases with meaningfully named tags such as R4_2.
So, you you wanted you own personal branch of what was released, you'd want to start from that tag of R4_2.

In general, the Eclipse platform's repositories are listed at
http://wiki.eclipse.org/Platform-releng/Git_Workflows#Clone_a_repo
and even more in general, the git repositories used at the Eclipse Foundation are listed in
http://git.eclipse.org/

Hope this rambling explanation is not too much more than you wanted to know :/





From:        oliver_tech <oliver_tech@xxxxxxx>
To:        e4-dev <e4-dev@xxxxxxxxxxx>,
Date:        08/16/2012 11:21 PM
Subject:        [e4-dev] where to find the lattest sourcecode?
Sent by:        e4-dev-bounces@xxxxxxxxxxx




hi, every one
 
eg:
       
      the org.eclipse.ui.workbench plug in from my installation of eclipse , the version is 3.103.0.v20120530-1824
     
      but i checkout from git  or cvs ,the version is 3.101.0.qualifier
 
      where to find the 3.103.0.x???
 
      thanks a lot!
 


oliver_tech_______________________________________________
e4-dev mailing list
e4-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/e4-dev


Back to the top