You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by jo...@bell.ca on 2007/10/01 15:41:21 UTC

Subversion 1.4.4 not working with apache 2.2.4

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


Re: Subversion 1.4.4 not working with apache 2.2.4

Posted by Ben Collins-Sussman <su...@red-bean.com>.
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 <jo...@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