You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Justin <ju...@hush.cc> on 2006/09/12 14:07:28 UTC

405 Method Not Allowed help...

Hi everyone,

I flipped on a preinstalled SubVersion install on my host. One of the  
developers is getting this error when he tries to commit:

adding         FVCards/DataRelease
subversion/libsvn_client/commit.c:873: (apr_err=175002)
svn: Commit failed (details follow):
subversion/libsvn_ra_dav/util.c:296: (apr_err=175002)
svn: MKCOL of '/svn/dennis/!svn/wrk/da320a0a-3b1d-0410-984f- 
f6ae4375a972/DataRelease': 405 Method Not Allowed (http:// 
hush.mydomain.com)
subversion/clients/cmdline/util.c:407: (apr_err=175002)

As this installation of SVN is remote and I don't have a ton of  
control over it, any ideas as to what could be causing this? The devs  
are accessing solely over HTTP. I'm a bit clueless on this one - I've  
read that it could be a permissions issue, but I wanted to get  
feedback before jumping in and allowing all sorts of access...

Thanks as always!

*justin d.

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

Re: 405 Method Not Allowed help...

Posted by Garrett Rooney <ro...@electricjellyfish.net>.
On 9/12/06, Justin <ju...@hush.cc> wrote:
> Hi everyone,
>
> I flipped on a preinstalled SubVersion install on my host. One of the
> developers is getting this error when he tries to commit:
>
> adding         FVCards/DataRelease
> subversion/libsvn_client/commit.c:873: (apr_err=175002)
> svn: Commit failed (details follow):
> subversion/libsvn_ra_dav/util.c:296: (apr_err=175002)
> svn: MKCOL of '/svn/dennis/!svn/wrk/da320a0a-3b1d-0410-984f-
> f6ae4375a972/DataRelease': 405 Method Not Allowed (http://
> hush.mydomain.com)
> subversion/clients/cmdline/util.c:407: (apr_err=175002)
>
> As this installation of SVN is remote and I don't have a ton of
> control over it, any ideas as to what could be causing this? The devs
> are accessing solely over HTTP. I'm a bit clueless on this one - I've
> read that it could be a permissions issue, but I wanted to get
> feedback before jumping in and allowing all sorts of access...
>
> Thanks as always!

That sounds an awful lot like you're behind an uncooperative proxy server:

http://subversion.tigris.org/faq.html#proxy

-garrett

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