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

Re: Problem adding File: PROPFIND request failed

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-03-03 22:59:34 CET

On Wed, 2004-03-03 at 07:19, J.P.Jarolim wrote:

> >svn: PROPFIND of
> '/svn/jp/mcrank/src/com/jaro/htmlparser/filters/AttributeContainsFilter.java
> ': 200 OK (http://my.host.at.home)
> >svn: Your commit message was left in a temporary file:
> >svn: 'D:/local/mcrank/svn-commit.tmp'

I've seen this problem before in IRC: the "PROPFIND 200 OK" error.
Basically, it turned out that the guy was using some sort of DNS-routing
service for his non-static IP address, and the DNS service had a
web-proxy that was intercepting the PROPFIND request completely,
returning a bogus 200 OK HTML response. His own apache server never
even got the request!

Look in your apache access log. I bet you're not getting the PROPFIND
request at all. Try using an IP address in the URL instead of a FQDN,
see what happens.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Mar 3 23:02:46 2004

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.