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

Re: Problem with svn access (via proxy)

From: Christoph Haas <email_at_christoph-haas.de>
Date: 2005-07-15 21:56:07 CEST

Hi, Jörg...

On Fri, Jul 08, 2005 at 04:57:35PM +0200, Jörg Spilker wrote:
> i´m trying to access the svn repository with the windows commandline client
> and have to use a proxy to do so. I´ve configured the proxy via windows
> registry.
>
> The result is:
>
> >svn --version
> svn, Version 1.2.0 (r14790)
> übersetzt May 22 2005, 22:40:26
>
> >svn list http://svn.collab.net/repos/svn
> svn: PROPFIND Anfrage fehlgeschlagen auf '/repos/svn'
> svn: PROPFIND von '/repos/svn': 403 Forbidden (http://svn.collab.net)
>
> however, when manually contacting the proxy and getting the URL, i got a
> repository listing as expected.
>
> telnet http-proxy.niedersachsen.de 8080
> Trying 10.17.98.13...
> Connected to http-proxy.niedersachsen.de.
> Escape character is '^]'.
> GET http://svn.collab.net/repos/svn/ HTTP/1.0

You are doing a GET. But the server doesn't allow PROPFIND. That's a
difference. Check your web server configuration. Also the proxy server
must be set to allow PROPFIND requests. If you are running Squid as
proxy server you may want to alter the configuration like that:

extension_methods REPORT MERGE MKACTIVITY CHECKOUT PROPFIND

Regards
 Christoph

-- 
~
~
~
".signature" [Modified] 3 lines --100%--                3,41         All
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jul 15 21:57:55 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.