RE: Method not allowed exception
From: Geoff Field <Geoff_Field_at_aapl.com.au>
Date: Mon, 18 Nov 2013 09:12:54 +1100
Sorry for top-posting, but although Brane is right, he's not being as helpful as he could.
Stefano, I had pretty much the same issue. A workaround is to only do actions (other than Commit) on unlocked working copies. That is, before doing a copy (in particular), make sure all locks are released.
The fix that worked for me was to update the server. I downloaded the Wandisco server binaries (which are patched with the fix to this issue) and then copied mod_dav*.so to the modules directory of the Apache installation that we have actually working. (Ideally, I'd just install and run the Wandisco binaries, but with our configuration it was easiest to get working by just doing the copy.)
Regards,
Geoff
From: Branko Čibej
Il 14/11/2013 22:35, Ben Reser ha scritto:
Can you elaborate what method you're seeing method not allowed with? Or if you
TortoiseSVN > SVN Checkout
The one case where we made such a change that comes to mind is with LOCK. LOCK
We have an apache installation with subversion modules ( http://webserver/ ).
I think you are mistaken, this error probably not returned by Subversion (since it's not configured on that location) but by the Apache HTTPd server itself. Most likely your server interprets the request as a PROPFIND on directory "badname" within the directory defined by the server configuration option DocumentRoot. The default server configuration probably only allows GET requests on such paths; which makes a kind of sense, since the PROPFIND method is defined by the DAV protocol, not HTTP itself.
- The contents of this email, and any attachments, are strictly private
|
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.