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

Problems with SVN over HTTP proxy

From: Alexander Dubinin <adubinin_at_gmail.com>
Date: 2006-12-22 11:31:07 CET

Hi all,

I'm trying to get sources from one of SVN sites, located in internet,
while host is behind proxy.
Looking in FAQ, I've found recommendation to modify
~/.subversion/servers file, and did that following way (There is a
shortest form, with all other lines removed):

- cut -
[global]
 http-proxy-exceptions = *.mycompany.com
 http-proxy-host = proxy.mycompany.com
 http-proxy-port = 8080
- cut -

Neither with full file, nor with this very short variant, subversion
is not working:

- cut -
me@linux ~ $ svn co
http://svn.cross-lfs.org/svn/repos/cross-lfs/branches/clfs-embedded/BOOK/
svn: /users/adubinin/.subversion/servers:2: Option expected
- cut -

I've tried to remove "http-proxy-exception" line as well, but it
always gives same result.

May someone, please, advise - what is wrong here?
I suppose, that it should be something trivial...

--
Regards,
  Alexander Dubinin
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Dec 22 11:31:48 2006

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.