Navigation

Search

Categories

On this page

Tortoise SVN behind Proxy

Archive

Blogroll

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

RSS 2.0 | Atom 1.0 | CDF

Send mail to the author(s) E-mail

Total Posts: 120
This Year: 1
This Month: 0
This Week: 0
Comments: 40

Sign In
Pick a theme:

# Wednesday, December 02, 2009
Wednesday, December 02, 2009 8:30:39 AM (Mountain Standard Time, UTC-07:00) ( )
Sometimes you're at a building who proxies their internet connection and you need to get a copy of some code from sourceforge.net.

The Subversion FAQ has great info on this http://subversion.tigris.org/faq.html#proxy

The specific file you want is %APPDATA%\Subversion\servers

Edit the [global] section

# is the comment character. Remove it to enable the following sections

http-proxy-host # the IP address or hostname of the proxy (don't include http or https)
http-proxy-port # the port the proxy service is hosted on
http-proxy-username # username (sometimes you need the netBiosDomain\username)
http-proxy-password  # password
http-timeout  # in seconds
http-auth-types # authentication protocols.

Comments [0] | | #