quote

mercoledì, agosto 29, 2007

setting proxy for subversion (svn)

If you are behind a company proxy and you have to use subversion (svn) you need to config the configuration file in order it works.
Here the steeps to follow with windows XP OS.
- go to C:\Documents and Settings\Admin\Dati applicazioni\Subversion and edit the file Servers
- remove remarks corresponding to [global] section and set your proxy configuration:
[global]
http-proxy-host = host
http-proxy-port = port
http-proxy-username = username
http-proxy-password = password

- save the file and run $ svn diff to check if it works.
- Mind the spaces corresponding to left side.