---------- Forwarded message ----------
From: M. Arif Wicaksana <muarwi_at_gmail.com>
Date: Thu, Aug 6, 2009 at 3:55 PM
Subject: Subversion is not reading its configuration file?
To: users_at_subversion.tigris.org
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=2380748
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-08-06 11:11:56 CEST