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

sorry - new message now, error 405

From: <nav_at_ciklum.net>
Date: 2007-10-22 18:21:03 CEST

Sorry, Blair.

Erik,

yep, this is a question, WHAT is changed :) I will still have a talk to some people tomorrow, who could affect the system (actually these servers are vmware servers, whole system is quite complicated) - but I'm not sure I will get an 'all-explaining' answer... ;)

For now, i just can say that apache was not affected, neither auth file. Subversion also has not been updated.
OS is Windows 2003 R2, i'm using the following inside apache config file:

<Location /svn>
  DAV svn
  SVNParentPath C:/svn/reposit
  SVNListParentPath on
  AuthName "Subversion repository"
  AuthType Basic
  AuthUserFile conf/extra/svnpwd
  <LimitExcept GET PROPFIND OPTIONS REPORT>
    Require valid-user
  </LimitExcept>
</Location>

Btw, apache is run under admin user, he has full access to reposit folder

On 10/22/07, nav@ciklum.net <nav@ciklum.net> wrote:
> Hi all,
>
> i've created repository inside c:\svn\reposit (that is defined as parent
> path in apache config),
> cd c:\svn\reposit
> svnadmin create websites
>
> Something like this used to work a week ago. Now it doesn't:
> I have password protection for some operations, but not for PROPFIND, so it
> SHOULD work (anyway, i know the password and I'd enter it if needed)...
>
> When I try to import new folder into this empty repository, I get:
>
> Error: PROPFIND request failed on '/websites'
> Error: PROPFIND of '/websites': 405 Method Not Allowed
> (http://192.168.224.3:8080)
>
> Both comps are in the same workgroup, OS is Windows 2003
>
> http://192.168.224.3:8080 link works ok in browser
>
> What could cause such error?? I'm in despair!

- What changed? (update of apache? update of authz file? update of Subversion?)
- What OS?
- What's in the error_log?
- Which authz method are you using?

IOW: we need more info about what you're looking at. Unfortunately, we
can't help you if you don't exactly tell us what happens before, while
and after you see this error, what your config is, etc.

bye,

Erik.
Received on Mon Oct 22 18:21:29 2007

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.