Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] How to get Equinox KeplerSR1 Source

Thanks for the response Tom. I will try that as well. I just downloaded the source zip from archive.

Regards
Thusitha

On Dec 3, 2015 9:13 PM, "Thomas Watson" <tjwatson@xxxxxxxxxx> wrote:
The branch used for Kepler is R3_9_maintenance (http://git.eclipse.org/c/equinox/rt.equinox.framework.git/log/?h=R3_9_maintenance).  The tag used for Kepler SR1 release is R4_3_1

If you already cloned the git repo then you can switch branches with:

git fetch --prune origin
git checkout --track -b R3_9_maintenance origin/R3_9_maintenance

Then you can checkout the tag R4_3_1 if you want to get the specific code for Kepler SR1:

git checkout R4_3_1

I'm sure you can do all this with eGit but I still use commandline git myself.

Tom





From:        Thusitha Thilina Dayaratne <thusithathilina@xxxxxxxxx>
To:        Equinox development mailing list <equinox-dev@xxxxxxxxxxx>
Date:        12/03/2015 08:06 AM
Subject:        [equinox-dev] How to get Equinox KeplerSR1 Source
Sent by:        equinox-dev-bounces@xxxxxxxxxxx




Hi 
Where can I find the source for Equinoz KeplerSR1? I check the http://git.eclipse.org/c/equinox/rt.equinox.framework.git/tree/bundles/org.eclipse.osgi/
But it seems only contains the master branch. 

Thanks
-- 
 

_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/equinox-dev


_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/equinox-dev

Back to the top