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/trunkRevision: 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.comIf 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-SandboxSo 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@...
For additional commands, e-mail:
dev-help@...