You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Thomas Pircher <te...@gmx.net> on 2008/01/14 16:18:01 UTC

WebDAV Proxy: module dumps core on a particular configuration

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@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org