Yes, I did. I was reading a thread at www.contactor.se where someone
was facing the same problem. It seems to be about differences in the
compile options for Apache vs. Subversion. I will try to compile them.
The thread is at
http://www.contactor.se/~dast/svnusers/archive-2004-09/0881.shtml
Let me know if have some thoughts about this.
Celio
2005/5/6, Peter McNab <mcnab_p@melbpc.org.au>:
> 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
>
>
--
Célio Cidral Junior
---------------------------------------------------------------------
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:31:55 2005