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

Réf. : Re: apache 2.0.52 and subversion 1.1.3 on Win32 (NT 4.0)

From: <Stephane.Gremling_at_gan.fr>
Date: 2005-01-31 15:18:04 CET

Thanks for your answer, but the problem is already present.

                                                                                          
                    Peter McNab
                    <mcnab_p@melb Pour : Stephane.Gremling@gan.fr
                    pc.org.au> cc :
                                         Objet : Re: apache 2.0.52 and subversion
                    31/01/05 1.1.3 on Win32 (NT 4.0)
                    15:11 Options : |-------------------------|
                                                    | [ ] Accusé de réception |
                                                    |-------------------------|
                                         Importance : |-------------|
                                                      | ( ) Haute |
                                                      | (*) Normale |
                                                      | ( ) Basse |
                                                      |-------------|
                                                                                          

Stephane.Gremling@gan.fr wrote:

>Hi,
>I use the version of subversion 1.1.3 (compiled Jan 20 2005, 05:51:34)
>and the apache HTTP server 2.0.52
>I want to use the dav_module.
>
>I copied the 2 files *.so from the Subversion httpd folder to the apache
>modules folder
>
>then I modified my httpd.conf file and added:
> LoadModule dav_module modules/mod_dav.so
> LoadModule dav_svn_module modules/mod_dav_svn.so
> LoadModule dav_svn_module modules/mod_dav_svn.so
>
><Location /svn>
> DAV svn
> SVNParentPath d:/subRoot
></Location>
>
>
>But when i start the server with the Apache server monitor an error
occured
>which the message :
> the requested operation has failed!
>
>and nothing in the error log.
>
>Thank you for your Help!
>
>
>
Correct the line

    SVNParentPath d:/subRoot
to
    SVNParentPath d:\subRoot

You also need
LoadModule authz_svn_module modules/mod_authz_svn.so

Peter

***********************************************************************************
Tout usage de ce message par une personne autre que son destinataire est strictement interdit. L'intégrité de ce message n'étant pas assurée sur Internet, le GAN ne peut être tenu pour responsable de son contenu.

Toute modification, utilisation quelle qu'elle soit ou diffusion non autorisée est interdite. Si vous n'etes pas destinataire de ce message, vous devez le detruire et avertir l'expediteur.

The information above is for the sole use of the individual or entity to which it is intended. If you are not the intended recipient of this message, you are here by notified that any dissemination, any alteration, distribution or copying of this document is strictly prohibited. The integrity of this message cannot be guaranteed on the Internet, the GAN, the sender shall in no way be liable for its content. Please destroy this message and notify the sender.
********************************************************************************

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jan 31 15:20:58 2005

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.