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

Re: HELP!

From: Jeff Stuart <furball_at_weboverdrive.com>
Date: 2002-10-02 20:13:37 CEST

Noah, did you happen to build your apache with the worker MPM? If so,
you have to rebuild again using the prefork MPM. I had the EXACT same
problem that you describe (except that it would take like 2 minutes for
the error message to occur). I switched to prefork and it was very very
happy. :)

On Tue, 2002-10-01 at 22:10, Noah Silverman wrote:
> OK,
>
> Finally got SVN to install correctly (I think).
>
> Here is what happened:
>
> #svnadmin create /data/svn/foo
> #svn import file:///data/svn/foo
> #svn co file:///data/svn/foo wc
>
> All this works fine. I can create import and checkout files without any
> problem. The repository is there and seems happy.
>
> NOW FOR THE HEADACHE:
>
> #svn co http://localhost/data/svn/foo
> subversion/libsvn_ra_dav/util.c:81: (apr_err=175002, src_err=0)
> svn: RA layer request failed
> svn: PROPFIND of /: 405 Method Not Allowed
>
> There are NO entries in the error log for apache!
>
> The entry in the httpd.conf file is:
>
> <Location /svn>
> DAV svn
> SVNParentPath /data/svn
> </Location>
>
>
>
> PLEASE HELP. I'VE JUST ABOUT RIPPED OUT ALL OF MY HAIR AT THIS POINT. I'M
> DESPARATE!!
>
> -Noah
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 2 20:19:55 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.