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

Re: Subversion 1.4.4 not working with apache 2.2.4

From: Ben Collins-Sussman <sussman_at_red-bean.com>
Date: 2007-10-02 01:32:49 CEST

Try mailing users@subversion.tigris.org for technical help. This list
is about development of subversion itself.

(On face value, if you're trying to mix a pre-compiled mod_dav_svn.so
1.4.4 with an apache 2.2 binary, they likel won't work together.
They're likely binary-incompatible, because they're probably using two
binary-incompatible versions of APR.)

On 10/1/07, jonathan.rossi@bell.ca <jonathan.rossi@bell.ca> wrote:
>
>
>
>
> Hello,
>
>
>
> I got subversion to work on my local Solaris 10 Sparc system but I cannot
> get it to run through apache. Currently internet explorer says "Cannot
> Display Page" and in my apache error log I get [Fri Sep 28 17:10:04 2007]
> [notice] child pid 24541 exit signal Trace/BPT trap (
>
> 5), possible coredump in /usr/local/apache2. I have done chmod –R 777 svn to
> disable permissions from my repository and my httpd.conf directive looks
> like this:
>
>
>
> <Location /svn>
>
> DAV svn
>
> SVNParentPath /usr/local/svn
>
> SVNListParentPath on
>
>
>
> SVNPathAuthz off
>
> </Location>
>
>
>
> I used the binaries from sunfreeware.com to install apache 2.2.4 and
> subversion 1.4.4. The repository is located at /usr/local/svn/repos. Any
> help would be appreciated.
>
>
>
> Thanks,
>
> Jon

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Oct 2 01:33:01 2007

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.