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

Re: Cannot make Apache and Subversion work

From: Peter McNab <mcnab_p_at_melbpc.org.au>
Date: 2005-05-06 15:21:18 CEST

Célio Cidral Junior wrote:

>Hello!
>
>I installed Apache 2.0 and Subversion 1.1.4 (MSI file) on an newly
>installed Windows 2003 virtual server. Then I copied the two modules
>from subversion\httpd to apache\modules directory. When I put this
>line on httpd.conf:
>
> LoadModule dav_svn_module modules/mod_dav_svn.so
>
>Apache gives me this error:
>
> "The requested operation has failed"
>
>If I remove that line out, Apache works well. Did someone have this
>problem before?
>
>Thanks in advance for the help!
>
>
>
Have you pointed Apache to your subversion repository location.
The simplest form is to add the following to the end of you httpd.conf file.
<Location /svn>
  DAV svn
  SVNParentPath D:\svn
</Location>

Where D:\svn is the windows repository location. (well mine is, you can
put yours wherever you like)
There is no authorization involved here.

Peter.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri May 6 15:23:48 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.