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

Re: 501 Not Implemented Error

From: Ryan Schmidt <subversion-2007a_at_ryandesign.com>
Date: 2007-03-20 07:13:17 CET

On Mar 19, 2007, at 14:01, Gemino Cortez wrote:

> I would like to first and foremost thank the development team for
> creating such a great open source
> product. Every where I go I keep getting rave reviews about
> TortoiseSVN. I would like some clues or
> hints about a problem that I am experiencing if possible.
> 501 Not Implemented Error using TortoiseSVN from client workstation
> Using Repo Browser, Checkout etc.
> Able to go to Repository through IE successfully
> TortoiseSVN works perfectly at the server where apache and
> subversion resides.
> Here is my configuration:
>
> Windows 2003 Server Edition Pack 1
> Apache 2.0.59
> Subversion 1.3.2
> Tortoise 1.4.3

 From your config file:

> LoadModule dav_svn_module "C:/Program Files/Subversion/bin/
> mod_dav_svn.so"
> LoadModule authz_svn_module "C:/Program Files/Subversion/bin/
> mod_authz_svn.so"
> LoadModule dav_svn_module modules/mod_dav_svn.so
> LoadModule authz_svn_module modules/mod_authz_svn.so

You should probably not have both of those sets of directives. Load
each module only once, from wherever it actually is on the hard drive.

> <Location /svn>
> DAV svn
> SVNParentPath C:\repositories
> SVNListParentPath On
> Require valid-user
> AuthType Basic
> AuthName "Subversion repository"
> AuthUserFile C:\repositories\password-file
> #SVNIndexXSLT "/svnindex.xsl"
> </Location>

I believe you're supposed to use forward slashes (not backslashes) in
Apache configuration files, even when referring to Windows paths.

However, if you can browse the repositories in a web browser, as you
said you could, I'd be surprised if either of the above were relevant
to your problem. Sorry, I don't know what else it could be. Maybe
someone who has used Subversion on Windows will have seen the problem
before.

-- 
To reply to the mailing list, please use your mailer's Reply To All  
function
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 20 07:13:47 2007

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.