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

svn import PROPFIND 405 errors

From: Tom Brown <brown_at_esteem.com>
Date: 2005-03-09 01:38:19 CET

Hi,

I just setup subversion 1.1.3 on our fileserver with apache 2.0.53 and BDB
4.2.52. My first attempt to import failed. Looks like PROPFIND is not
supported on the server. But I don't have any <Limit> or <LimitExcept> blocks
in httpd.conf. Below is the output from my import attempt plus the output
from a telnet session that shows what methods are supported on the server.
What do I need to do to enable the PROPFIND method?

Thanks,
Tom

[tbrown@brown postgresql]$ svn import testqadb
http://172.16.32.1/svn/test/testqadb
svn: PROPFIND request failed on '/svn/test/testqadb'
svn: PROPFIND of '/svn/test/testqadb': 405 Method Not Allowed
(http://172.16.32.1)
svn: Your commit message was left in a temporary file:
svn: 'svn-commit.tmp'

[root@eng httpd-2.0.53]# telnet 172.16.32.1 http
Trying 172.16.32.1...
Connected to 172.16.32.1.
Escape character is '^]'.
OPTIONS /svn HTTP/1.1
Host: 172.16.32.1

HTTP/1.1 200 OK
Date: Wed, 09 Mar 2005 00:11:54 GMT
Server: Apache/2.0.53 (Unix) DAV/2 SVN/1.1.3
Allow: GET,HEAD,POST,OPTIONS,TRACE
Content-Length: 0
Content-Type: text/plain

Connection closed by foreign host.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Mar 9 01:40:45 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.