Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Problem with CVS checkout of head behind proxy

Hi Marc,
Yes tried everything. Did not work.

What about the CVS repository GIT clones?
Can I use one of them?

Greets Marko


-----Ursprüngliche Nachricht-----
Von: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] Im Auftrag von Marc Khouzam
Gesendet: Freitag, 25. Februar 2011 14:55
An: 'CDT General developers list.'
Betreff: Re: [cdt-dev] Problem with CVS checkout of head behind proxy

Did you try from within eclipse?

First go to Preferences->Global->Network connection and set your proxy
for HTTP and HTTPS but leave SOCKS blank.  Then go the CVS Repositories
perspective, right-click to create a new one and use

host: proxy.eclipse.org
path: /cvsroot/tools
login:anonymous
password: <leave blank>
type: pserver (you can't use extssh since you are not a committer)
port: 80 (don't use the default port number, but type in 80 instead)

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Tomljenovic
> Marko (CDG-SMT/EMT1 CR/PJ-TOP66)
> Sent: Friday, February 25, 2011 1:40 AM
> To: CDT General developers list.
> Subject: Re: [cdt-dev] Problem with CVS checkout of head behind proxy
>
> Hello Marc
>
> Thanks for the hint.
> Unfortunately it is still not working.
>
> When trying (like described here <http://wiki.eclipse.org/CVS_Howto>):
> telnet proxy.eclipse.org 80
> telnet proxy.eclipse.org 443
>
> It gives me:
>
> Connecting To proxy.eclipse.org...Could not open connection
> to the host, on port
>  443: Connect failed
>
> I saw that there are git repositories for the CDT sources:
> git://dev.eclipse.org/org.eclipse.cdt/org.eclipse.cdt.git
> git://dev.eclipse.org/org.eclipse.cdt/org.eclipse.cdt.git.bad
>
> Does it contain all versions and the head/trunk of the
> current development?
> What it the "bad" git repository?
>
> Greets Marko
>
> -----Ursprüngliche Nachricht-----
> Von: cdt-dev-bounces@xxxxxxxxxxx
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] Im Auftrag von Marc Khouzam
> Gesendet: Mittwoch, 23. Februar 2011 19:09
> An: 'CDT General developers list.'
> Betreff: Re: [cdt-dev] Problem with CVS checkout of head behind proxy
>
>
> Try
>
> anonymous@xxxxxxxxxxxxxxxxx:80 using pserver.
>
> Also, when I set my proxy, I set the HTTP and HTTP fields in eclipse,
> but I leave the SOCKS field blank.
>
> Marc
>
>
> > -----Original Message-----
> > From: cdt-dev-bounces@xxxxxxxxxxx
> > [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Tomljenovic
> > Marko (CDG-SMT/EMT1 CR/PJ-TOP66)
> > Sent: Wednesday, February 23, 2011 10:19 AM
> > To: CDT General developers list.
> > Subject: [cdt-dev] Problem with CVS checkout of head behind proxy
> >
> > Hello community,
> > I would like to download the CVS head (like described at
> > <http://wiki.eclipse.org/Getting_started_with_CDT_development>
> > ) for the creation of some patches and bug fixes.
> >
> > I am sitting behind a company firewall and a proxy. The proxy
> > does not support SOCKS connections, only http/https. But it
> > seems like the CVS server requires a Socks connection.
> >
> > Is there another way to checkout the CVS source using a
> > http/https proxy?
> >
> > Greets Marko
> >
> > _______________________________________________
> > 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
> _______________________________________________
> 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