You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "M. Arif Wicaksana" <mu...@gmail.com> on 2009/08/06 07:55:29 UTC

Subversion is not reading its configuration file?

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@subversion.tigris.org].

Subversion is not reading its configuration file?

Posted by "M. Arif Wicaksana" <mu...@gmail.com>.
---------- Forwarded message ----------
From: M. Arif Wicaksana <mu...@gmail.com>
Date: Thu, Aug 6, 2009 at 3:55 PM
Subject: Subversion is not reading its configuration file?
To: users@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@subversion.tigris.org].

Re: Subversion is not reading its configuration file?

Posted by Florian Weimer <fw...@bfk.de>.
* M. Arif Wicaksana:

> http-proxy-host = 10.145.2.199
> http-proxy-port = 808

> # svn co svn://199.232.41.69/qemu/trunk -r 5193

The HTTP proxy is not used for svn:// URIs.

-- 
Florian Weimer                <fw...@bfk.de>
BFK edv-consulting GmbH       http://www.bfk.de/
Kriegsstraße 100              tel: +49-721-96201-1
D-76133 Karlsruhe             fax: +49-721-96201-99

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].