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

RE: Svn via Apache

From: Flanakin Michael C Ctr HQ OSSG/OMR <Michael.Flanakin_at_Gunter.AF.mil>
Date: 2005-08-30 18:41:26 CEST

Is this something to be fixed on my proxy server or Apache (or both)? We
already know that there are proxy issues with Apache - our install
didn't come with mod_proxy modules. Will installing these fix the
PROPFIND problem or do I need to get a hold of my network people?
Thanks.

-----Original Message-----
From: Ben Collins-Sussman [mailto:sussman@collab.net]
Sent: Tuesday, August 30, 2005 11:26 AM
To: Flanakin Michael C Ctr HQ OSSG/OMR
Cc: users@subversion.tigris.org
Subject: Re: Svn via Apache

On Aug 30, 2005, at 11:19 AM, Flanakin Michael C Ctr HQ OSSG/OMR wrote:

> I have a seemingly odd problem. I have Svn 1.2.0 setup on a Solaris
> machine using Apache (http://epic/svn/dashboard). I was able to view
> the repository through a web browser, but I can't seem to checkout the

> repository using Svn 1.2.1 (svn co http://epic/svn/ dashboard/trunk).
> I get the following error:
>
> svn: PROPFIND request failed on '/svn/dashboard'
> svn: PROPFIND of '/svn/dashboard': 405 Method forbidden (http://epic)
>

That's the classic symptom of a web proxy blocking WebDAV requests.

Your web browser works because it only issues http GET. The svn client
issues PROPFIND and a whole bunch of other interesting request methods.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 30 18:44:39 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.