old blog,

Accessing SVN https repository through proxy

Izhar Firdaus Izhar Firdaus Follow Support Feb 21, 2007 · 1 min read
Accessing SVN https repository through proxy
Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.
the title says it all .. I was trying to enter an SVN repository from within UTP .. but that requires proxy ... exporting http_proxy and https_proxy doesnt give any results ... so I googled for a while .. however, it seems like not many people having the same problem as me and trying to find a quick guide took some time .. and then I found this page from apache's website
http://incubator.apache.org/agila/svn.html

Problem solved .. yay~!


The Subversion client can go through a proxy, if you configure it to do so. First, edit your "servers" configuration file to indicate which proxy to use. The files location depends on your operating system. On Linux or Unix it is located in the directory "~/.subversion". On Windows it is in "%APPDATA%\Subversion". (Try "echo %APPDATA%", note this is a hidden directory.)

There are comments in the file explaining what to do. If you don't have that file, get the latest Subversion client and run any command; this will cause the configuration directory and template files to be created.

Example : Edit the 'servers' file and add something like :

[global]
http-proxy-host = your.proxy.name
http-proxy-port = 3128
Written by Izhar Firdaus Follow Support
I'm a system architect, data engineer and developer advocate with passion in Free / Open Source software, entrepreneurship, community building, education and martial art. I take enjoyment in bridging and bringing together different FOSS technologies to help businesses and organizations utilize IT infrastructure to aid and optimize their business and organizational process.

Entering UTPchat Through Tor

Since tunnel.utpchat.net's box have broken, there has been lots of ppl who pm'ed me asking on how to enter UTPchat from outside the L...

In old blog, Feb 21, 2007

« Previous Post

5 Marketer types in Open Source world

An interesting post I found @ Ubuntu Planet today,http://www.understated.co.uk/blog/2007/be-a-marketer-not-a-town-crier/There are fiv...

In old blog, Feb 26, 2007

Next Post »