RE: Help setting up Apache and SVN
From: Mike Craig <Mike.Craig_at_freeclear.com>
Date: 2006-03-09 21:52:07 CET
I guess I'll have to buy myself lunch. Thanks anyway.
In case anyone else runs across this problem, here is the fix.
Make sure SVNPath is pointing to your repository location, not your
Subversion
Repository installed at e:\svn_repository
Files checked out locally to e:\src
# Subversion
<Location /svn>
DAV svn
# any /svn/foo URL will map to a repository C:/svn/foo
# I've only got it working using SVNPath!!
SVNPath e:/svn_repository
# SVNParentPath e:/svn_repository
AuthType Basic
AuthName "Subversion repository"
AuthUserFile e:/svn_repository/.htaccess
# For any operations other than these, require an authenticated user.
<LimitExcept GET PROPFIND OPTIONS REPORT>
Require valid-user
</LimitExcept>
</Location>
Mike
________________________________
From: Mike Craig [mailto:Mike.Craig@freeclear.com]
Does anyone have experience with Apache and Subversion on Windows?
I have subversion installed and have imported my repository. I am able
However, I am unable to get access to my repository using Apache. I
Here is my configuration:
Apache2 service
Running as local user 'Apache2' which is member of local Administrators
I can browse http://localhost <http://localhost/> and get the main
Httpd.conf
# Subversion
<Location /svn>
DAV svn
# any /svn/foo URL will map to a repository C:/svn/foo
# I've only got it working using SVNPath!!
# SVNPath e:/src
SVNParentPath e:/svn_repository
AuthType Basic
AuthName "Subversion repository"
AuthUserFile e:/svn_repository/.htaccess
# For any operations other than these, require an authenticated user.
<LimitExcept GET PROPFIND OPTIONS REPORT>
Require valid-user
</LimitExcept>
</Location>
Subversion
Repository installed at e:\svn_repository
Files checked out locally to e:\src
Apache error.log entries
[Thu Mar 09 12:00:02 2006] [error] [client 127.0.0.1] Could not fetch
[Thu Mar 09 12:00:02 2006] [error] [client 127.0.0.1] Could not open the
[Thu Mar 09 12:00:02 2006] [error] [client 127.0.0.1] Could not open the
[Thu Mar 09 12:00:07 2006] [error] [client 127.0.0.1] Could not fetch
[Thu Mar 09 12:00:07 2006] [error] [client 127.0.0.1] The URI does not
Any help is appreciated, and if you work in downtown Seattle, I might
Thanks,
Mike
|
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.