[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: Fri, 3 Oct 2008 21:45:14 +0000

Hello,
   I have the following in my httpd.conf.
 
LoadModule dav_svn_module modules/mod_dav_svn.so
<Location /svn>DAV svnSVNPath /opt/shefuAuthType BasicAuthName "Subversion repository"AuthUserFile /etc/svn-auth-fileRequire 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!
 
Sincerely,
deepinder
 
 
 
 
> CC: users@subversion.tigris.org> From: subversion-2008c@ryandesign.com> Subject: Re: 501 Method Not Implemented> Date: Fri, 3 Oct 2008 16:37:18 -0500> To: smallsinghd@hotmail.com> > 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?>
_________________________________________________________________
Stay up to date on your PC, the Web, and your mobile phone with Windows Live.
http://clk.atdmt.com/MRT/go/msnnkwxp1020093185mrt/direct/01/
Received on 2008-10-04 01:07:06 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.