You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Stewart MacLund <su...@lunaticfringe.org> on 2002/12/03 19:09:11 UTC

Question regarding http methods...

Hello all.  I'm fairly new to subversion, and i've gotten as far as
getting the web browser of repos's working, and i've gotten imports, co,
and commits working for the file:// url.  However, for some reason
(probably becuse i lead a bad life) i cannot get the http:// method
working.

Here's my puzzlement...

>$ svn co http://localhost/svn/subversion svn5
svn: RA layer request failed
svn: PROPFIND of /: 405 Method Not Allowed

And here's what my http logs say:


localhost - - [02/Dec/2002:17:14:16 -0500] "PROPFIND /svn/subversion
HTTP/1.1" 301 308
localhost - - [02/Dec/2002:17:14:16 -0500] "PROPFIND /svn HTTP/1.1" 301
297 localhost - - [02/Dec/2002:17:14:16 -0500] "PROPFIND / HTTP/1.1" 405
307

and no error in the error log.

I'm quite mystifed.  I know this error occurs if the web server doesn't
have permissions to the repo, but if it didn't i've noticed that the web
browsing interface doesn't work either - since it IS working, i've ruled
that problem out.  Everything seems to be in order...

I don't have any "limit" or "limit except" statements in my httpd file,
either, so i've ruled that out.

I'm kind of wondering why i'm getting a 301 error (moved permanently)
though...  I've even gone to the extent of ugo+rw every file, to no
avail.

Help!




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Question regarding http methods...

Posted by Ben Collins-Sussman <su...@collab.net>.
"Stewart MacLund" <su...@lunaticfringe.org> writes:

> Hello all.  I'm fairly new to subversion, and i've gotten as far as
> getting the web browser of repos's working, and i've gotten imports, co,
> and commits working for the file:// url.  However, for some reason
> (probably becuse i lead a bad life) i cannot get the http:// method
> working.

Check out this FAQ:

  http://subversion.tigris.org/project_faq.html#write-over-dav

Are you *sure* that your httpd process has permissions to read and
write the repository?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org