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

problems behind a proxy

From: Faruk Eskicioglu <farukesk_at_comu.edu.tr>
Date: 2005-03-21 15:59:51 CET

Hi,

I am using Windows 2000 and am behind a proxy.

After invoking:

"svn co http://remote_svn_server_address/path/to/rep"

command, I get the following error messages:

[ERROR]
svn: PROPFIND request failed on '/path/to/rep'
svn: PROPFIND of '/path/to/rep': 407 Proxy Authentication Required ( The
ISA Server requires authorization to fulfill the request. Access to the
Web Proxy service is denied. ) (http://remote_svn_server_address)
[/ERROR]

I have the following lines in C:\Documents and
Settings\FESKICIOGLU\Application Data\Subversion\servers" file:

[LINES]
[groups]
group1 = remote_svn_server_address
# othergroup = repository.blarggitywhoomph.com
# thirdgroup = *.example.com

### Information for the first group:
[group1]
http-proxy-host =proxy_server_address
http-proxy-port = portnumber
http-proxy-username = user_name
http-proxy-password = password
# http-timeout = 60
# neon-debug-mask = 130
[/LINES]

where proxy_server_address is the proxy server of the domain to which i
log-in (using portnumber), user_name is the user name and password is the
password i use for logging-in.

After some google I saw that some proxy server did not support the http
methods(like PROPFIND) which svn requieres.

Is my problem related to this issue (http methods not supported by my
proxy server)?

If yes, is there a way for me to solve this problem?

If no, what may the problem be? And how to solve?

Best Regards,
Faruk
Eskicioglu

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Mar 21 16:30:40 2005

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.