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

Re: E175004: The PROPFIND response did not include the requested properties

From: Philip Martin <philip_at_codematters.co.uk>
Date: Mon, 24 Jun 2013 11:50:54 +0100

Philip Martin <philip.martin_at_wandisco.com> writes:

> If you run something like:
>
> curl -H - http://server/repository
>
> the Server line might identify the proxy.

Oops! Wrong option.

    curl -I http://server/repository

or perhaps

    curl -i -X PROPFIND http://server/repository

or perhaps visit

    http://server/repository/non/existant

in a web browser. I'm not sure if there is a reliable way to identify a
proxy.

-- 
Philip
Received on 2013-06-24 12:51:48 CEST

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.