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

Apache subversion setup -- help needed!!!

From: ratnavel ps <ratnavelps_at_gmail.com>
Date: 2007-09-17 11:24:18 CEST

hi i tried to make the necessary changes in the http.conf file of apache to
make my repository access through http://

but when i tried to do so my apache server is not starting.

Steps I did:

1. copied the mod_dav_svn.so, mod_auth_svn.so and lidedb44.dll from
subversion and pasted in modules folder of apache.
2. uncommented the load paths for those two .so's
3. added the location of svn path at the end of the http.conf file

<Location /svn>
DAV svn
SVNListParentPath on

SVNParentPath D:\SVNRepos
AuthType Basic
AuthName "Subversion repositories"
AuthUserFile passwd
# our access control policy
AuthzSVNAccessFile D:\SVN\authSVN.txt
Require valid-user
</Location>

After doing all this if i tried to start my server its throwing an error.
that couldn't start server check system error log with exit code 1 and
something.

With Regards,
Ratnavel.
Received on Mon Sep 17 16:24:19 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.