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

Re: error 405 - no hint why

From: <svnlgo_at_mobsol.be>
Date: 2007-10-22 18:40:54 CEST

Quoting nav@ciklum.net:

> 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

A "405 Method Not Allowed" error can mean that a directory you're willing to
create during the import already exists in the repository.

Alternatively it might mean that you're using a proxy server which doesn't
support custom WebDAV methods like PROPFIND.

Anyway, as Erik already suggested, more info from your side is needed.

Lieven

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 22 18:41:22 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.