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

Re: Revision Graph causes PROPFIND of '/repository': 405 Method Not Allowed

From: Jon Antoine <antoinesolutions_at_gmail.com>
Date: 2007-10-17 23:26:54 CEST

Stefan Küng wrote:
> Jon Antoine wrote:
> > Stefan Küng wrote:
> >> Jon Antoine wrote:
> >>> I have read many archives pertaining to this error, but none of them
> >>> seem to address the particular issue I am seeing.
> >>>
> >>> When I try to view the revision graph of my repository via TortoiseSVN,
> >>> I immediately receive the following error:
> >>> TortoiseSVN
> >>> PROPFIND request failed on '/repository'
> >>> PROPFIND of '/repository': 405 Method Not Allowed (https://oai-pm)
> >>>
> >>> I am able to checkout, commit, view logs, etc. without any problems. It
> >>> just seems the "revision graph" command causes the error. I am using
> >>> Windows XP, Apache 2.2.4, Subversion 1.4.4, OpenSSL 0.9.8e, and PHP
> >>> 5.2.3. I have Apache installed in C:\apache2. My repository is in
> >>> C:\apache2\htdocs\repository. My website is located in
> >>> C:\apache2\htdocs\oai-pm. I am currently using this configuration only
> >>> on our intranet, not over the internet.
> >> For the revision graph to work, you need full read access to the
> >> repository root.
> >
> > I believe I have given full read access to the htdocs folder and all
> > it's sub folders. Is there a way I can verify this?
>
> You have the svn repositories in your htdocs folder? I suggest using a
> separate folder - otherwise you'll get a lot of problems because of
> settings/redirects/rewrites of the parent folder which don't belong to
> the svn folder.
>
> You can test this by showing the log (e.g., from the repository browser)
> for the repository root.

I found what was causing the error and I think it is a bug. If I
specify my beginning location tag like so "<Location /repository/>, I
receive the following error:

192.168.72.176 - - [17/Oct/2007:14:24:35 -0700] "PROPFIND
/repository/Intuitive7.2/trunk HTTP/1.1" 207 716
192.168.72.176 - - [17/Oct/2007:14:24:35 -0700] "PROPFIND
/repository/!svn/vcc/default HTTP/1.1" 207 402
192.168.72.176 - - [17/Oct/2007:14:24:35 -0700] "PROPFIND
/repository/!svn/bln/8 HTTP/1.1" 207 453
192.168.72.176 - - [17/Oct/2007:14:24:35 -0700] "PROPFIND /repository
HTTP/1.1" 405 236

Notice the missing ending "/" on the line containing the 405 error.
If I specify my beginning location tag without the ending / like so
<Location /repository>, I no longer receive the error when running the
revision graph command.

Jon Antoine, Owner
Antoine Solutions

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Wed Oct 17 23:27:02 2007

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.