You are not logged in.

#1 2011-06-28 04:28:40

bmentink
Member
From: New Zealand
Registered: 2009-08-23
Posts: 442

cvs over HTTP proxy?

Hi All,

I am using openembedded tools on a project, but it uses cvs to download some files.
Our company has a tight http only proxy, but I have managed to tunnel wget and git over it, but not cvs.

Is there a good way to do this? It needs to be transparent to openembedded which has cvs access in lot's of scripts which I don't want to touch.

I notice a cvs-feature program in AUR that states that is has proxy support, but I can't find any documentation, does anyone know if it will allow what I want?

Cheers,
Bernie

Offline

#2 2011-06-28 04:50:21

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: cvs over HTTP proxy?

Not a solution for you per se, but would you be able to share how you managed to tunnel wget, redacting your proxy server and port of course?

I am in a similar situation and would like to access my home computer through my work machine.


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#3 2011-06-28 04:59:10

bmentink
Member
From: New Zealand
Registered: 2009-08-23
Posts: 442

Re: cvs over HTTP proxy?

Inxsible wrote:

Not a solution for you per se, but would you be able to share how you managed to tunnel wget, redacting your proxy server and port of course?

I am in a similar situation and would like to access my home computer through my work machine.

No problem. wget was easy as it takes notice of the environment variable http_proxy, ftp_proxy, https_proxy etc, so if they are set to your proxy and port like this:

export http_proxy=http://your_proxy:3128/  ..... place this in your ~/.profile or ~/.bashrc file, or without the "export" in the file ~/.wgetrc
.. then re-source your shell with "source ~/.profile"

Hope this helps.

NB: You should include "all caps" versions of those variables too, as some programs use the caps versions ..

Offline

#4 2011-06-28 05:13:56

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: cvs over HTTP proxy?

hmm I already have the all caps version in my bashrc..but I will try putting it in lower  case as well and see if that works. Thanks again.


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

Board footer

Powered by FluxBB