[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: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-08-30 18:26:14 CEST

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:31:28 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.