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

apache 2.0.52 and subversion 1.1.3 on Win32 (NT 4.0)

From: <Stephane.Gremling_at_gan.fr>
Date: 2005-01-31 14:55:14 CET

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!

********************************************************************************
Tout usage de ce message par une personne autre que son destinataire est strictement interdit. L'integrite de ce message n'etant pas assuree sur Internet, le GAN ne peut etre tenu pour responsable de son contenu.

Toute modification, utilisation quelle qu'elle soit ou diffusion non autorisee 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 14:57:39 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.