[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: Tue, 7 Oct 2008 17:57:57 -0500

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?

---------------------------------------------------------------------
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-08 00:58:15 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.