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

Re: svn import PROPFIND 405 errors

From: Tom Brown <tom_at_thebrownboys.net>
Date: 2005-03-09 14:23:23 CET

On Tuesday 08 March 2005 20:30, Jonathan Coles wrote:
> Please tell me your mistake. I've got the same problem and I can't
> figure it out.
(I'm replying from home now)

Mine was a stupid mistake. In my httpd.conf, I had:

<Location /estsvn>

when I should have had:

<Location /svn>

because my import command was:

svn import testqadb http://172.16.32.1/svn/test

I could have changed the import command but I wanted all my svn commands
to use 'svn' instead of 'estsvn'.

This probably doesn't help you because you probably have your Location
in your httpd.conf setup correctly. However, in my searches on the
internet, I have found the main causes of the PROPFIND error is due to
a mismatch in svn command and the Location in httpd.conf or a
permissions problem. Now I'll ask the obvious. Did you create your
repository with svnadmin create? Is your repository read/writeable by
apache? On my server, apache runs as nobody. If this doesn't help, post
your svn command along with output, relevant portions of your
httpd.conf and maybe even an 'ls -ld' of your repository directory so
we can see what the permissions are set to.

Please post your solution just in case I run into this again.

Thanks,
Tom

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