Posts Tagged ‘GeaFUoR’


26.10.2007

Subversion and the proxy

posted by Karsten

in RedGloo

If you are going to use Subversion inside the “Great Firewall of University of Reading” (GeaFUoR) then you need to do the following:

Go to the “servers” file of subversion which is located in

your_machines_Documents_and_Settings_folderyour_usernameApplication DataSubversion

find the proxy settings and change them to something like (remember to remove the ‘#’ infront of them):

[global]
# http-proxy-exceptions = *.exception.com, www.internal-site.org
http-proxy-host = wwwcache.rdg.ac.uk
http-proxy-port = 8080
http-proxy-username = uniUserName
http-proxy-password = yourPassword
# http-compression = no
# No http-timeout, so just use the builtin default.
# No neon-debug-mask, so neon debugging is disabled.
# ssl-authority-files = /path/to/CAcert.pem;/path/to/CAcert2.pe

And subversion will work. Unfortunately if you are using several computers, you’ll have to do this on all of them! I’ve now had to do this twice, and was incouraged to do write it down. This is now done… (A bit overdue, I know P@!!)

Share