You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2014/04/28 18:06:46 UTC

svn commit: r1590693 - /subversion/branches/1.8.x/STATUS

Author: philip
Date: Mon Apr 28 16:06:45 2014
New Revision: 1590693

URL: http://svn.apache.org/r1590693
Log:
* STATUS: Vote approve file external export fix.

Modified:
    subversion/branches/1.8.x/STATUS

Modified: subversion/branches/1.8.x/STATUS
URL: http://svn.apache.org/viewvc/subversion/branches/1.8.x/STATUS?rev=1590693&r1=1590692&r2=1590693&view=diff
==============================================================================
--- subversion/branches/1.8.x/STATUS (original)
+++ subversion/branches/1.8.x/STATUS Mon Apr 28 16:06:45 2014
@@ -167,18 +167,6 @@ Candidate changes:
                    overkill. The whole thing can be implemented with simple
                    atomic operations while mutexes may be a limited resource)
 
- * r1575525, r1575915
-   Resolve issue #4427: File externals can't be exported.
-   Justification:
-     File externals 'are just files', so why should they be discriminated
-     by export?
-   Notes:
-     r1575525 resolves the most important issues, but in some cases still
-     doesn't allow exporting file externals. r1575915 simplifies the fix and
-     resolves a few remaining issues.
-   Votes:
-     +1: rhuijben, breser
-
  * r1589184, r1589188
    Properly handle properties not present and excluded on cross wc copy
    Justification:
@@ -289,3 +277,15 @@ Approved changes:
      ^/subversion/branches/1.8.x-issue4480
    Votes:
      +1: rhuijben, philip, breser
+
+ * r1575525, r1575915
+   Resolve issue #4427: File externals can't be exported.
+   Justification:
+     File externals 'are just files', so why should they be discriminated
+     by export?
+   Notes:
+     r1575525 resolves the most important issues, but in some cases still
+     doesn't allow exporting file externals. r1575915 simplifies the fix and
+     resolves a few remaining issues.
+   Votes:
+     +1: rhuijben, breser, philip