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

Re: apache and TSVN not playing nicely together, part deux

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Thu, 31 Jan 2008 21:54:48 +0100

joshua vogelstein wrote:

> and added at the end of the LoadModule section
>
> LoadModule dav_svn_module modules/mod_dav_svn.so
> LoadModule authz_svn_module modules/mod_authz_svn.so
>
> copied 'mod_authz_svn.so' and 'mod_dav_svn.so' from \subverion\bin to
> \Apache2\modules

Did you use the correct svn modules for your apache version?

> finally, i added to the end of my httpd.conf file
>
> <Location /svn>
> DAV svn
> SVNListParentPath on
> SVNParentPath C:/D/SVNRepositories/
> AuthType Basic
> AuthName "Subversion repositories"
> AuthUserFile passwd
> #AuthzSVNAccessFile svnaccessfile
> Require valid-user
> </Location>
>
> but when i try to start apache, i get: "The request operation has
> failed!" i tried the same procedure with apache 2.2.8. i tried using
> tsvn 1.4.5 and 1.4.7. i'm confused because i'm pretty sure that this
> process worked before. maybe i didn't successfully uninstall things
> before? is there something stupid that i'm missing?

Just check the apache error log file. You should see what's wrong in there.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net

Received on 2008-01-31 21:55:03 CET

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.