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