apache and TSVN not playing nicely together
From: joshua vogelstein <joshuav_at_jhu.edu>
Date: 2007-12-24 21:09:58 CET
i am having trouble getting apache and tsvn working together. i've spent
1) installed TSVN using ' TortoiseSVN-1.4.5.10425-win32-svn-1.4.5.msi' it is
thus, if i use repo-browser and type in 'file:///C:/E/SVNRepository/' (minus
2) installed apache 2.0.x using apache_2.0.61-win32-x86-openssl-0.9.7m.msi
3) uncommented out the WebDAV lines in httpd.conf:
LoadModule dav_module modules/mod_dav.so
and added the svn module lines:
LoadModule dav_svn_module modules/mod_dav_svn.so
4) copied the svn modules named 'mod_authz_svn.so' and 'mod_dav_svn.so' from
5) i then appended the following lines onto the httpd.conf file:
<Location /svn>
6) opened a command prompt, and created a new password file with username
C:\Program Files\Apache Group\Apache2>bin\htpasswd -c passwd test
which worked based on the fact that a file called passwd is located in
7) now, if i try to use the repo-browser, i get the wrong thing. on a good
You don't have permission to access /svn/ on this server.
if i try to browse to a particular folder within the repository, eg, '
This XML file does not appear to have any style information associated with
−
if i use the repo-browser, after logging in using my username and password,
8) other things i've tried include
(b) doing (a) and then renaming 'libdb44.dll' to 'libdb43.dll' as suggested
(c) doing either (a) and (b)
(d) doing (a) or (b) or (c) and then also copying 'intl3_svn.dll' from the
(e) doing all the above steps using apache 2.2.6
(f) doing all the above steps using WAMP2.0a which includes apache 2.2.6
it seems to me that something trivial is wrong with the <location> module
-- joshua vogelstein johns hopkins 720 rutland ave, 426 traylor baltimore, md 21205 usa 1-443-858-9911 "We don't live long enough to hate." -- Sol Milgrome, friend, died at 104.Received on Mon Dec 24 21:10:11 2007 |
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.