On Wed, Feb 18, 2009 at 12:02 PM, Alexander Belchenko <span dir="ltr">&lt;<a href="mailto:bialix@ukr.net">bialix@ukr.net</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Lionel Dricot пишет:<div class="Ih2E3d"><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Currently, I&#39;ve found the workaround of setting the http_proxy value to the adresse of my bzr repository.<br>
<br>
The only thing I need to figure out is how can I export this http_proxy value when bzr start ? &nbsp;There&#39;s a start_bzr.bat file which seems to be really convenient but it is not used by Tortoisebzr.<br>
<br>
So where can I put that variable ?<br>
</blockquote>
<br></div>
In theory you can put it in a simple plugin, e.g.:<br>
<br>
------proxy_plugin.py---------------<br>
import os<br>
os.environ[&#39;HTTP_PROXY&#39;] = &#39;xxx&#39;<br>
------------------------------------<br>
<br>
Put your settings instead of xxx.<br>
I don&#39;t have problems with proxies, so I can&#39;t test it.</blockquote><div><br>Thanks for this suggestion but I don&#39;t have real experience with bzr on Windows. If I understand you correctly, all I would have to do is put a file : &quot;proxy_plugin.py&quot; in Program Files/bazaar/plugins ? (with of course the two lines content you mention)<br>
<br>Should I enable it in some way ? <br><br>Thanks a lot,<br><br>Lionel<br></div></div><br>