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

RE: problems behind a proxy

From: Robert Hunter <robert.hunter_at_gen-i.co.nz>
Date: 2005-03-21 23:29:19 CET

Faruk Eskicioglu wrote:
> 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]
[...]
> 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)?

The key piece of information in your message is the HTTP response code:
"407 Proxy Authentication Required"

This means that the proxy server requires you to supply the appropriate
username/password before it will process your request.

I'm not sure, but I don't think that Subversion supports sending proxy
authentication right now -- if not, you may need to talk to your proxy
administrator and arrange a special rule.

Of course, authentication is only half the battle: once you've got
past that, you still need to make sure that your proxy server supports
WebDAV requests (PROPFIND, REPORT, etc) and that you are authorised
to use them.

If the repository and your client machines are behind the same firewall
though, you could simply bypass the proxy and contact the repository
server directly.

I hope this helps.

-- 
Robert Hunter
*****************************************************************************
This communication, including any attachments, is confidential.
If you are not the intended recipient, you should not read it
- please contact me immediately, destroy it, and do not copy
or use any part of this communication or disclose anything about it,
Thank you.
Please note that this communication does not designate an information system
for the purposes of the Electronic Transactions Act 2002
******************************************************************************
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 22 00:35:37 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.