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

Re: HELP!

From: Noah Silverman <noah_at_allresearch.com>
Date: 2002-10-02 20:43:02 CEST

Thanks,

I actually got it working.

It looks like my default Linux installation (Slackware 8.1) includes some
old version 3.1 Berkeley database libraries buried in the system. Because
of the search order, I think that either apache, SVN, APR, or Neon was
linking to the old version. Since some of the components linked to db3.1
and others to db4.0, there was an inconsistency. I deleted the old db
versions, and then re-configured and re-made all the components. Everything
seems to work well.

I'm not sure what MPM is?

Now I just have to learn to use this thing and decide if we prefer it over
CVS. It appears to have a lot of better features, but I'm not sure about
all of them. I also want to verify stability.

Thanks,

-N

On 10/2/02 2:13 PM, "Jeff Stuart" <furball@weboverdrive.com> wrote:

> 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
>
>
>

-- 
Noah Silverman
CEO 
AllResearch, inc.
Webclipping.com
424 Broadway 3rd floor
New York, NY 10013
(212) 965-1900
(212) 965-8733 FAX
***************************************************************************
The information in this email is confidential and may be legally privileged.
It is intended solely for the addressee. Access to this email by anyone else
is unauthorized. If you are not the intended recipient, any disclosure,
copying, distribution or any action taken or omitted to be taken in reliance
on it, is prohibited and may be unlawful.
****************************************************************************
---------------------------------------------------------------------
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:43:47 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.