[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

"servers" file seems to be not used

From: Thomas Kappler <tkappler_at_googlemail.com>
Date: 2007-04-04 14:22:27 CEST

Hi,

I am on Mac OS 10.4, svn 1.4.3 (r23084) is installed via fink.

I tried setting an http proxy via the ~/.subversion/servers file, but
it doesn't work. It seems svn doesn't even try the proxy, it says
immediately
"svn: Can't connect to host '141.3.52.13': Connection refused"
where 141.3.52.13 is the actual svn server (recorded in .svn/entries).

I verified with ktrace that the servers file is actually read, however.

Here are all the lines from the servers file that are not commented out:

[global]
http-proxy-host = 127.0.0.1
http-proxy-port = 8080
http-proxy-username = thomas
http-proxy-password = <MYPASSWD>
http-timeout = 120

Could it have to do with the proxy being localhost? It's a tunnel
over ssh to the actual proxy, required here at university.

Best,
Thomas

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Apr 4 14:22:54 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.