I'm trying to grab the sourcecode for Bro. If I put "http://svn.icir.org/bro/trunk/bro/" into my browser I can see the repository just fine. However, if I try the command "svn co http://svn.icir.org/bro/trunk/bro" I get an error:
svn: PROPFIND request failed on '/bro/trunk/bro'
svn: PROPFIND of '/bro/trunk/bro': could not connect to server (http://svn.icir.org)
A little googling seems to indicate I should change my ~/.subversion/servers file to include
[global]
http-proxy-exceptions = ???
http-proxy-host = ???
http-proxy-port = ???
http-proxy-username = ???
http-proxy-password = ???
But I don't know what actual values to use. My browser is set to use a proxy configuration script, let's pretend it's "some.url.mycompany.com:port/file.name"
Any ideas how I can infer the right values for the svn proxy given the http proxy? Is this something I need the IT guys to set up for me?