I figured it out - after hours of doing this I figure it out minutes after sending this message.
The first repository needs to be a directory under the root of the apache install - apparently.
So I created a repository: d:\svn\svn2
And this works: http://localhost/svn/svn2
The docs say to create the repository in d:\SVN and the mappings made me believe that should have worked.
I wonder how many others have gotten stuck on this...
Thanks!
-----Original Message-----
From: Bryan Andrews
Sent: Friday, February 06, 2004 3:57 PM
To: users@subversion.tigris.org
Subject: Windows Subversion Install
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 22:04:28 2004