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

Re: 501 Method Not Implemented

From: Ryan Schmidt <subversion-2008c_at_ryandesign.com>
Date: Fri, 3 Oct 2008 05:17:17 -0500

On Oct 2, 2008, at 10:46 PM, Deepinder Singh wrote:

> I am new to SVN administration and am not able to figure out
> how to resolve the following error. End users get this when they
> try to commit to our server. I can view the project files online,
> and I can also do svn compare files from eclipse. Any help would be
> greatly appreciated. I have seen related posts but nothing seems to
> help.
>
>
>
> commit -m "" C:/java/eclipseworkspace/*******.properties
> Sending C:/java/eclipseworkspace/**********.properties
> Transmitting file data ...
> svn: Commit failed (details follow):
> svn: Commit failed (details follow):
> svn: PUT request failed on '/svn/!svn/wrk/**********.properties'
> svn: PUT of '/svn/!svn/wrk/**********.properties': 501 Method Not
> Implemented (https://www.********.com/)
>
> We are using Subversion version 1.4.6 (r28521) on Fedora Core 9.

It sounds like you have a proxy in the way that doesn't understand
the HTTP methods that Subversion uses. Either get rid of the proxy,
or configure it to recognize these WebDAV methods, or switch from
http to https; since https is encrypted, proxies can't look into the
packets and make wrong decisions about them.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-10-03 12:17:48 CEST

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.