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

Should be
:pserver:anonymous@xxxxxxxxxxxxxxxxx:80/cvsroot/tools
org.eclipse.cdt is just a folder in /cvsroot/tools repository.

--
Olexiy

On Fri, Mar 6, 2009 at 2:55 PM, Thomas Preisler <Thomas.Preisler@xxxxxxx> wrote:
Thanks. Just what I needed.

I was using :pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot/tools/org.eclipse.cdt and it didn't work for me. Any idea why not?

--thomas

Olexiy Buyanskyy wrote:
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 <http://pserver:anonymous@xxxxxxxxxxxxxxxxx:80/cvsroot/tools>" export -r ${TAG_NAME} ${PACKAGE_NAME} For example if you take I200902130801 <http://download.eclipse.org/tools/cdt/builds/5.0.2/I.I200902130801/index.html>
Just replace TAG_NAME with v200902130801 <http://download.eclipse.org/tools/cdt/builds/5.0.2/I.I200902130801/index.html>

--
Olexiy


On Fri, Mar 6, 2009 at 12:34 PM, Thomas Preisler <Thomas.Preisler@xxxxxxx <mailto: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 <mailto:cdt-dev@xxxxxxxxxxx> ------------------------------------------------------------------------


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


Back to the top