Subversion: Check out a project over http proxy server

Hi,

short post today. It is possible to anonymously checkout the latest version of a project over a http and a http proxy server. The only requierment is that the SVN respository must be available via http.

To define a proxy server open /etc/subversion/servers, locate the [global] section and add/edit the following properties:

http-proxy-host = 192.168.233.13
http-proxy-port = 8080

michael@debdev:~# svn checkout http://superputty.googlecode.com/svn/trunk/ superputty-read-only
A    superputty-read-only/SuperPutty.sln
A    superputty-read-only/License.txt
A    superputty-read-only/SuperPutty
A    superputty-read-only/SuperPutty/dlgFindPutty.Designer.cs
A    superputty-read-only/SuperPutty/Logger.cs
A    superputty-read-only/SuperPutty/ToolWindow.resx
............

Michael

Advertisment to support michlstechblog.info

Leave a Reply

Your email address will not be published. Required fields are marked *

Time limit is exhausted. Please reload CAPTCHA.