You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Johan Lindh <jo...@linkdata.se> on 2003/09/03 21:56:02 UTC

Getting 405 Method Not Allowed

httpd-2.0.47
svn-28.2

Permissions setup:
httpd running as www
www is a member of svnusers

Made a fresh repos, and did "chown -R svn:svnusers *" on it.
I tried doing "chown -R www:www *", but no luck.

error_log contains nothing from DAV or SVN, nor even an error from apache.

Ideas?

/Johan


Re: Getting 405 Method Not Allowed

Posted by Michael Wood <mw...@its.uct.ac.za>.
On Wed, Sep 03, 2003 at 05:08:23PM -0500, Ben Collins-Sussman wrote:
> Johan Lindh <jo...@linkdata.se> writes:
> 
> > httpd-2.0.47
> > svn-28.2
> > 
> > Permissions setup:
> > httpd running as www
> > www is a member of svnusers
> > 
> > Made a fresh repos, and did "chown -R svn:svnusers *" on it.
> > I tried doing "chown -R www:www *", but no luck.
> > 
> > error_log contains nothing from DAV or SVN, nor even an error from apache.
> > 
> > Ideas?
> 
> Why don't you show us a transcript of what you're doing?
> 
> If you never issued an svn client command, then indeed, I'd expect
> error_log to be empty.  :-)
[snip]

Are you by any chance going through a proxy?  If so, the proxy could be
blocking the DAV methods.  Check the FAQ.

Do you have mod_dav_svn in your httpd.conf?

We need more details :)

-- 
Michael Wood <mw...@its.uct.ac.za>

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

Re: Getting 405 Method Not Allowed

Posted by Ben Collins-Sussman <su...@collab.net>.
Johan Lindh <jo...@linkdata.se> writes:

> httpd-2.0.47
> svn-28.2
> 
> Permissions setup:
> httpd running as www
> www is a member of svnusers
> 
> Made a fresh repos, and did "chown -R svn:svnusers *" on it.
> I tried doing "chown -R www:www *", but no luck.
> 
> error_log contains nothing from DAV or SVN, nor even an error from apache.
> 
> Ideas?

Why don't you show us a transcript of what you're doing?

If you never issued an svn client command, then indeed, I'd expect
error_log to be empty.  :-)


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