<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Proxy on Marko Apfel</title><link>http://blog.marko-apfel.de/tags/proxy/</link><description>Recent content in Proxy on Marko Apfel</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Mon, 24 Jan 2011 17:57:00 +0100</lastBuildDate><atom:link href="http://blog.marko-apfel.de/tags/proxy/index.xml" rel="self" type="application/rss+xml"/><item><title>Mercurial behind a proxy</title><link>http://blog.marko-apfel.de/posts/mercurial-behind-a-proxy/</link><pubDate>Mon, 24 Jan 2011 17:57:00 +0100</pubDate><guid>http://blog.marko-apfel.de/posts/mercurial-behind-a-proxy/</guid><description>&lt;p&gt;For getting data with using a proxy simply modify the command with included &lt;code&gt;--config&lt;/code&gt;-parameter with proxy-information.&lt;/p&gt;
&lt;p&gt;So the original:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-cmd" data-lang="cmd"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;hg clone https://ralfwscratchpad.googlecode.com/hg/ ralfwscratchpad
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;transforms to:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-cmd" data-lang="cmd"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;hg --config http_proxy.host=proxy:8080 clone https://ralfwscratchpad.googlecode.com/hg/ ralfwscratchpad
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description></item></channel></rss>