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

WebDAV Proxy: module dumps core on a particular configuration

From: Thomas Pircher <tehpeh_at_gmx.net>
Date: Mon, 14 Jan 2008 16:18:01 -0000 (GMT)

Hi,

I have got a WebDAV proxy up and running: thanks for the good work!
I'm using:
URL: http://svn.collab.net/repos/svn/trunk
Revision: 28867

I have one issue though with the particular configuration at our side,
which makes (presumably) Apache's SVN module crash:

[Mon Jan 14 15:41:51 2008] [notice] child pid 6558 exit signal
Segmentation fault (11)
[Mon Jan 14 15:41:51 2008] [notice] child pid 6560 exit signal
Segmentation fault (11)

The culprit is that we use virtual domain names for our repositories. So,
when I configure the slave server with the following line, I get a
segfault:
SVNMasterURI http://aaa-sandbox.svn.example.com

If I add on the master server (svn.example.com) a new Location:
<Location /repo/AAA-Sandbox>
    DAV svn
...
</Location>
and use the following configuration on the slave, then everything works fine:
SVNMasterURI http://aaa-sandbox.svn.example.com/repo/AAA-Sandbox

So my workaround is to specify *two* <Location> on the master server,
pointing to the same repository, one for the developers, one for the
Slave, but this is not very maintainable.

Could this be a bug in the SVN module or is my configuration fundamentally
flawed?

Thanks,
Thomas

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-01-14 17:18:21 CET

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.