Thank You for swift response and suggestions Ryan. I updated my config file by removing
the multiple instances of the modules and specified absolute paths only.
Unfortunately, I am still experiencing the same issue.
Thanks again,
Gem
Communications Resource, Inc.
From: Ryan Schmidt [mailto:subversion-2007a@ryandesign.com]
Sent: Tue 3/20/2007 2:13 AM
To: Gemino Cortez
Cc: Subversion Users
Subject: Re: 501 Not Implemented Error
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