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

Re: svn trunk r13608: FAIL (win32 ra_local)

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-03-24 02:27:49 CET

On Mar 23, 2005, at 11:02 AM, Erik Huelsmann wrote:

>>
>> And in other news, now that locking stuff is in, mod_dav_svn will no
>> longer build on Windows anymore. Not without a special patch to
>> apache, which properly declares public symbols in mod_dav.
>>
>> It's a bug in mod_dav, and we need to get it backported and get a new
>> 2.0.x httpd released. Until a new httpd is released, we should post
>> the build patch on our FAQ somewhere, I think.
>
> And will modules built with this patch be able to run against an
> unpatched apache?
>

It's not a patch for apache, it's a patch for mod_dav. But mod_dav is
always bundled with apache.

The problem is that as of svn 1.2, mod_dav_svn is now calling 'public'
symbols in mod_dav that were accidentally never declared as public on
windows. The patch simply adds more public declarations ('exports') on
windows.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 24 02:29:19 2005

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.