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

Subversion is not reading its configuration file?

From: M. Arif Wicaksana <muarwi_at_gmail.com>
Date: Thu, 6 Aug 2009 15:55:29 +0800

Hi,

I encountered a problem about configuring proxy server in Subversion. I have
these lines for /etc/subversion/servers and ~/.subversion/servers :

[global]
# http-proxy-exceptions = *.exception.com, www.internal-site.org
http-proxy-host = 10.145.2.199
http-proxy-port = 808

but, subversion didn't use the proxy server :-(

I use this command :
# svn co svn://199.232.41.69/qemu/trunk -r 5193

It sent the packet directly toward the SVN server. This is the result of
tcpdump :

# tcpdump -ni eth1 dst 199.232.41.69
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth1, link-type EN10MB (Ethernet), capture size 96 bytes
23:25:14.065504 IP 10.145.1.217.49212 > 199.232.41.69.3690: S
3194502614:3194502614(0) win 5840 <mss 1460,sackOK,timestamp 1108435
0,nop,wscale 5>
23:25:42.518470 IP 10.145.1.217.38063 > 199.232.41.69.3690: S
3653307263:3653307263(0) win 5840 <mss 1460,sackOK,timestamp 1111280
0,nop,wscale 5>
23:25:45.513032 IP 10.145.1.217.38063 > 199.232.41.69.3690: S
3653307263:3653307263(0) win 5840 <mss 1460,sackOK,timestamp 1111580
0,nop,wscale 5>

So, why my subversion didn't use proxy server configured in its
configuration file?
is that something wrong with my configuration?

Thanks a lot for your response.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2380726

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-08-06 10:00:47 CEST

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.