You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Bert Huijben <be...@qqmail.nl> on 2011/03/01 23:06:33 UTC

RE: svn commit: r1075984 - /subversion/branches/1.6.x/STATUS


> -----Original Message-----
> From: hwright@apache.org [mailto:hwright@apache.org]
> Sent: dinsdag 1 maart 2011 20:24
> To: commits@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 



RE: svn commit: r1075984 - /subversion/branches/1.6.x/STATUS

Posted by Bert Huijben <be...@qqmail.nl>.

> -----Original Message-----
> From: Daniel Shahaf [mailto:d.s@daniel.shahaf.name]
> Sent: woensdag 2 maart 2011 4:13
> To: Bert Huijben
> Cc: dev@subversion.apache.org
> Subject: Re: svn commit: r1075984 - /subversion/branches/1.6.x/STATUS
> 
> Bert Huijben wrote on Tue, Mar 01, 2011 at 23:06:33 +0100:
> > (Our test suite assumes a shared library apr).
> 
> How does the test suite assume that?  (Is it the build.conf settings for
> the C tests?)

win-tests.py wants to copy the apr dll's to the right location and if it
doesn't find these DLL's it fails before even starting the first test.

	Bert


Re: svn commit: r1075984 - /subversion/branches/1.6.x/STATUS

Posted by Daniel Shahaf <d....@daniel.shahaf.name>.
Bert Huijben wrote on Tue, Mar 01, 2011 at 23:06:33 +0100:
> (Our test suite assumes a shared library apr).

How does the test suite assume that?  (Is it the build.conf settings for
the C tests?)