Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] cdt 5.0.2 sources

export PACKAGE_NAME=org.eclipse.cdt
export VENDOR_NAME=org_eclipse_cdt
export TAG_NAME=v200902200602
rm -rf ~/tmp/import-${PACKAGE_NAME}/ && \
mkdir -p ~/tmp/import-${PACKAGE_NAME}/ && \
cd ~/tmp/import-${PACKAGE_NAME}/
cvs -z3 -d":pserver:anonymous@xxxxxxxxxxxxxxxxx:80/cvsroot/tools" export -r ${TAG_NAME} ${PACKAGE_NAME}
you can find tag name here

http://download.eclipse.org/tools/cdt/builds/5.0.2/

For example if you take I200902130801
Just replace TAG_NAME with v200902130801

--
Olexiy

On Fri, Mar 6, 2009 at 12:34 PM, Thomas Preisler <Thomas.Preisler@xxxxxxx> wrote:
Hello,

I'm new to CDT and looking for 5.0.2 the sources. Where can I find (download) them? Thanks.

--thomas
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top