> -----Original Message----- > From: hwri...@apache.org [mailto:hwri...@apache.org] > Sent: dinsdag 1 maart 2011 20:24 > To: comm...@subversion.apache.org > Subject: svn commit: r1075984 - /subversion/branches/1.6.x/STATUS > > Author: hwright > Date: Tue Mar 1 19:23:37 2011 > New Revision: 1075984 > > URL: http://svn.apache.org/viewvc?rev=1075984&view=rev > Log: > * STATUS: Nominate r1074572. > > Modified: > subversion/branches/1.6.x/STATUS > > Modified: subversion/branches/1.6.x/STATUS > URL: > http://svn.apache.org/viewvc/subversion/branches/1.6.x/STATUS?rev=1075 > 984&r1=1075983&r2=1075984&view=diff > ========================================================== > ==================== > --- subversion/branches/1.6.x/STATUS (original) > +++ subversion/branches/1.6.x/STATUS Tue Mar 1 19:23:37 2011 > @@ -229,6 +229,14 @@ Candidate changes: > Votes: > +1: stsp > > + * r1074572 > + Allow building on Windows with a recent Expat. > + Justification: > + We like building Subversion, even on Windows. User requested. > + Votes: > + +0: hwright (I like the idea, but have no knowledge of the change, or > + ability to test it.)
This needs a fix in apr-util, not in Subversion. And this patch only fixes building with a statically compiled APR-Util, while it is usually compiled as a shared library. (Our test suite assumes a shared library apr). (I'll add a similar note to STATUS tomorrow) Bert