Re: [PATCH] Fix mod_dav exports on Windows

2005-02-25 Thread Justin Erenkrantz
--On Wednesday, February 23, 2005 3:07 AM +0100 Branko ?ibej [EMAIL PROTECTED] wrote: A number of public functions in mod_dav.h aren't properly exported with DAV_DECLARE. This recently became a problem for Subversion, because mod_dav_svn now supports DAV locking, and mod_dav's locking functions

Re: [PATCH] Fix mod_dav exports on Windows

2005-02-25 Thread Branko Čibej
Justin Erenkrantz wrote: --On Wednesday, February 23, 2005 3:07 AM +0100 Branko ?ibej [EMAIL PROTECTED] wrote: A number of public functions in mod_dav.h aren't properly exported with DAV_DECLARE. This recently became a problem for Subversion, because mod_dav_svn now supports DAV locking, and

Re: [PATCH] Fix mod_dav exports on Windows

2005-02-25 Thread Justin Erenkrantz
--On Friday, February 25, 2005 10:35 PM +0100 Branko ?ibej [EMAIL PROTECTED] wrote: Ah! I'm afraid you seem to have failed. trying, anyway. This would probably work: env LANG=en_US.UTF-8 svn propedit --revprop -r??? svn:log https://svn.apache.org/repos/asf/httpd/httpd then paste in the name

Re: [PATCH] Fix mod_dav exports on Windows

2005-02-25 Thread Branko Čibej
Justin Erenkrantz wrote: --On Friday, February 25, 2005 10:35 PM +0100 Branko ?ibej [EMAIL PROTECTED] wrote: Ah! I'm afraid you seem to have failed. trying, anyway. This would probably work: env LANG=en_US.UTF-8 svn propedit --revprop -r??? svn:log

Re: [PATCH] Fix mod_dav exports on Windows

2005-02-23 Thread Ben Collins-Sussman
On Feb 22, 2005, at 8:07 PM, Branko ibej wrote: The attached patch (against the 2.0.x branch) fixes the problem. Shouldn't this patch be applied to *both* the 2.0 and 2.2 httpd lines? Does that mean applying to httpd /trunk, then backporting to the 2.0 branch?

Re: [PATCH] Fix mod_dav exports on Windows

2005-02-23 Thread Justin Erenkrantz
--On Wednesday, February 23, 2005 8:46 AM -0600 Ben Collins-Sussman [EMAIL PROTECTED] wrote: The attached patch (against the 2.0.x branch) fixes the problem. Shouldn't this patch be applied to *both* the 2.0 and 2.2 httpd lines? Does that mean applying to httpd /trunk, then backporting to the

[PATCH] Fix mod_dav exports on Windows

2005-02-22 Thread Branko Čibej
A number of public functions in mod_dav.h aren't properly exported with DAV_DECLARE. This recently became a problem for Subversion, because mod_dav_svn now supports DAV locking, and mod_dav's locking functions were amongst the ones that were not exported. Nobody noticed this on Unix where