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

Windows Subversion Install

From: Bryan Andrews <bandrews_at_trendinfluence.com>
Date: 2004-02-06 21:56:33 CET

I am having a heck of a time getting my windows / apache install working.
 
I have apache working, but when I try to access http://localhost/svn it always fails me.
 
* I have the modules and dlls in the apache modules folder
* I have the LoadModule dav_module modules/mod_dav.so and LoadModule dav_fs_module modules/mod_dav_fs.so uncommented
* I have the LoadModule dav_svn_module modules/mod_dav_svn.so and LoadModule authz_svn_module modules/mod_authz_svn.so added
* I have the Location set:
 
<Location /svn>
DAV svn
SVNParentPath D:\SVN
AuthType Basic
AuthName "Subversion repositories"
AuthUserFile passwd
#AuthzSVNAccessFile svnaccessfile
Require valid-user
</Location>
 
I have a passwd file and a user created.
 
I've tried setting: AllowOverride AuthConfig
 
[Fri Feb 06 15:51:10 2004] [error] [client 10.1.2.88] Could not fetch resource information. [403, #0]
[Fri Feb 06 15:51:10 2004] [error] [client 10.1.2.88] The URI does not contain the name of a repository. [403, #190001]
 
Nothing seems to work.
 
I am working with an empty repository right now. Is there something I need to do to engage this from the subversion side? Does this seem like a subversion access error or an apache error?
 
Thanks for any help.
Received on Fri Feb 6 21:57:45 2004

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.