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

Re: Oh man - it starts to drive me crazy! svn checkout on tigris.org --> PROPFIND 400 Bad Request

From: Rainer Sokoll <R.Sokoll_at_intershop.de>
Date: 2007-09-15 12:08:23 CEST

On Fri, Sep 14, 2007 at 07:43:15PM +0200, Benjamin Schmid wrote:
> Hi list!
>
> Found a bug in svnant. Tried to checkout sources and look for myself. Tried with svn-win32 1.4.5:
>
> C:\devel>svn checkout http://subclipse.tigris.org/svn/subclipse/trunk subclipse --username guest
> svn: PROPFIND Anfrage fehlgeschlagen auf »/svn/subclipse/trunk«
> svn: PROPFIND von »/svn/subclipse/trunk«: 400 Bad Request (http://subclipse.tigris.org)
>
>
> I sitting behind a proxy. Configuration is fine and other SVN servers matching the same proxy definitons are working
> fine. Accessing via svn repository via web-browser is also fine. Tortoise doesn't work either.

WFM:

In ~/.subversion,servers, I have:

-----8<-----
[groups]
all = *

[all]
http-proxy-host = localhost
http-proxy-port = 3128
http-proxy-username = auser
http-proxy-password = apassword
-----8<-----

Then, in my squid's configuration:

-----8<-----
extension_methods REPORT MERGE MKACTIVITY CHECKOUT
-----8<-----
HTH,
Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Sep 15 12:05:02 2007

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.