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" <[email protected]> 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 <[email protected]> > To: Equinox development mailing list <[email protected]> > Date: 12/03/2015 08:06 AM > Subject: [equinox-dev] How to get Equinox KeplerSR1 Source > Sent by: [email protected] > ------------------------------ > > > > 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/* > <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 > [email protected] > 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 > [email protected] > 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 [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/equinox-dev
