You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ma...@apache.org on 2011/05/17 15:38:51 UTC

svn commit: r1104244 - /subversion/branches/1.6.x/STATUS

Author: markphip
Date: Tue May 17 13:38:51 2011
New Revision: 1104244

URL: http://svn.apache.org/viewvc?rev=1104244&view=rev
Log:
* STATUS: Vote and approve: Fix JVM recognition on OS X Snow Leopard (10.6).
  Tested locally.

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=1104244&r1=1104243&r2=1104244&view=diff
==============================================================================
--- subversion/branches/1.6.x/STATUS (original)
+++ subversion/branches/1.6.x/STATUS Tue May 17 13:38:51 2011
@@ -15,23 +15,6 @@ Status of 1.6.17:
 Candidate changes:
 ==================
 
- * r1028084, r1028125, r1041638
-   Fix JVM recognition on OS X Snow Leopard (10.6).
-   Justification:
-     Buildings Subversion on OS X 10.6 can be impossible, or more difficult,
-     without porting this.
-   Notes:
-     Apple has updated their JDK structure that results in its JDK not being
-     found on Snow Leopard.  This can be worked around by using the --with-jdk
-     configure option but it was never required before and the JDK structure
-     isn't exactly intuitive enough to expect regular people to know how to
-     find the right path to use.
-   Votes:
-     +1: jwhitlock, gstein
-     +0.9: blair, I tested this on Snow Leopard and it worked, but
-           didn't do a line-by-line review of the changes
-     +0: danielsh (only touches java.m4)
-
  * ^/branches/1.6.x-r1053984
    Fix bug where committing a changelist was prevented by a file outside that
    changelist having unexpectedly changed special status.
@@ -307,3 +290,21 @@ Approved changes:
            justifications don't seem to refer to issue #3445. Please can we
            separate these changes and clearly describe each one? And update
            the r878607 log msg.)
+
+ * r1028084, r1028125, r1041638
+   Fix JVM recognition on OS X Snow Leopard (10.6).
+   Justification:
+     Buildings Subversion on OS X 10.6 can be impossible, or more difficult,
+     without porting this.
+   Notes:
+     Apple has updated their JDK structure that results in its JDK not being
+     found on Snow Leopard.  This can be worked around by using the --with-jdk
+     configure option but it was never required before and the JDK structure
+     isn't exactly intuitive enough to expect regular people to know how to
+     find the right path to use.
+   Votes:
+     +1: jwhitlock, gstein, markphip
+     +0.9: blair, I tested this on Snow Leopard and it worked, but
+           didn't do a line-by-line review of the changes
+     +0: danielsh (only touches java.m4)
+