Re: SVN Behind Proxy
- From: "Eugene V. Lyubimkin" <jackyf.devel@xxxxxxxxx>
- Date: Tue, 12 Aug 2008 16:49:22 +0300
Gregory Seidman wrote:
On Tue, Aug 12, 2008 at 01:12:35PM +0700, Zaki Akhmad wrote:Subversion support HTTP proxies, but not via http_proxy, but via /etc/subversion/servers file.
I am trying to get some source code with SVN. My access to Internet is
behind proxy. How do I set the SVN (I use subversion package) so that
I can access the source code?
Here's the command I should write (example)
$ svn checkout http://blabla.googlecode.com/svn/trunk/ blabla-read-only
Most commandline apps that can use an HTTP proxy read the http_proxy
environment variable. If you are using a bash-like shell, try:
export http_proxy=http://my-proxy-server.com:8080/
svn checkout http://blabla.googlecode.com/svn/trunk/ blabla-read-only
This assumes that your proxy is running on port 8080 of
my-proxy-server.com; modify appropriately. I'm not 100% certain svn
supports HTTP proxies, but if it does then this is likely how to specify
it.
--
Eugene V. Lyubimkin aka JackYF, Ukrainian C++ developer.
Attachment:
signature.asc
Description: OpenPGP digital signature
- Follow-Ups:
- Re: SVN Behind Proxy
- From: Zaki Akhmad
- Re: SVN Behind Proxy
- References:
- SVN Behind Proxy
- From: Zaki Akhmad
- Re: SVN Behind Proxy
- From: Gregory Seidman
- SVN Behind Proxy
- Prev by Date: Re: SVN Behind Proxy
- Next by Date: Re: Weird font problem
- Previous by thread: Re: SVN Behind Proxy
- Next by thread: Re: SVN Behind Proxy
- Index(es):
Relevant Pages
|