[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: Deepinder Singh <smallsinghd_at_hotmail.com>
Date: Wed, 8 Oct 2008 02:34:56 +0000

Hello Ryan,
   Yes, I am loading mod_dav also. I have copied all occurences of my mod_dav* from my httpd.conf below:-
 
LoadModule dav_module modules/mod_dav.so
LoadModule dav_fs_module modules/mod_dav_fs.so
LoadModule dav_svn_module modules/mod_dav_svn.so
 
 
<IfModule mod_dav_fs.c> # Location of the WebDAV lock database. DAVLockDB /var/lib/dav/lockdb</IfModule>
 
 
Shall I not load mod_dav?
Thanks,
deepinder> CC: users@subversion.tigris.org> From: subversion-2008c@ryandesign.com> Subject: Re: 501 Method Not Implemented> Date: Tue, 7 Oct 2008 17:57:57 -0500> To: smallsinghd@hotmail.com> > On Oct 3, 2008, at 16:45, Deepinder Singh wrote:> > > Ryan Schmidt wrote:> >> > > On Oct 3, 2008, at 9:04 AM, Deepinder Singh wrote:> > >> > > > I tried to do the same commit from another machine and got a> > > > little more information. First I got the following warning:-> > > >> > > > Error validating server certificate for https://www.*******.com: > > 443:> > > > - Unknown certificate issuer> > > > Fingerprint: *******************> > > > Distinguished name: SomeOrganizationalUnit, SomeOrganization,> > > > SomeCity, SomeState, --> > > > - Hostname mismatch (localhost.localdomain)> > > >> > > > I permanently accepted the certificate. After this warning, I got> > > > the attached pop-up warning mox, after which I got the same old> > > > error as mentioned below.> > > >> > > > commit -m "" C:/Java/eclipse/******.txt> > > > RA layer request failed> > > > svn: Commit failed (details follow):> > > > svn: applying log message to /svn/!svn/wbl/ffe9d099-93a3-> > > > d341-95d9-33e2c28ebde0/6403: 501 Method Not Implemented (https://> > > > www.******.com)> > > >> > > >> > > > I am trying to figure out if this is a client issue or a server> > > > issue. Does this still sound like the proxy issue? We are going> > > > over https - atleast that is what is indicated in the error > > message.> > >> > > Since you're still getting the message with https, it can't be a> > > proxy problem...> > >> > > Could you show us the relevant parts of your apache configuration?> >> > I have the following in my httpd.conf.> >> > LoadModule dav_svn_module modules/mod_dav_svn.so> >> > <Location /svn>> > DAV svn> > SVNPath /opt/shefu> > AuthType Basic> > AuthName "Subversion repository"> > AuthUserFile /etc/svn-auth-file> > Require valid-user> > </Location>> >> >> > NameVirtualHost *:80> > <VirtualHost *:80>> > ServerName www.******.com> > DirectoryIndex index.php index.html index.htm index.shtml> > DocumentRoot /var/www/******> > </VirtualHost>> >> >> > Please let me know if you need anything else from the configuration > > file. Thanks for the help!> > Are you also loading mod_dav in addition to mod_dav_svn?>
_________________________________________________________________
Get more out of the Web. Learn 10 hidden secrets of Windows Live.
http://windowslive.com/connect/post/jamiethomson.spaces.live.com-Blog-cns!550F681DAD532637!5295.entry?ocid=TXT_TAGLM_WL_domore_092008
Received on 2008-10-08 05:56:41 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.