You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by hw...@apache.org on 2010/03/31 18:16:58 UTC

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

Author: hwright
Date: Wed Mar 31 16:16:57 2010
New Revision: 929605

URL: http://svn.apache.org/viewvc?rev=929605&view=rev
Log:
* STATUS: Vote for an approve r908980, -1.  I do have have a Windows box upon
    which to test this code, but the changes (and clarifying comments) look
    good, so I feel comfortable approving it.

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=929605&r1=929604&r2=929605&view=diff
==============================================================================
--- subversion/branches/1.6.x/STATUS (original)
+++ subversion/branches/1.6.x/STATUS Wed Mar 31 16:16:57 2010
@@ -93,20 +93,6 @@ Candidate changes:
         without conflict.
    Votes:
      +1: kameshj
-     
- * r908980, r908981
-   This followup on r896915, makes sure that the Windows specific remove
-   readonly attribute code still works on FAT32 filesystems. (The FAT32
-   driver reports a very different error than the NTFS driver)
-   Justification:
-     Without this patch, users using a USB stick formatted with this
-     filesystem will see 'file exists' errors on some working copy
-     operations. (This patch should have been part of the r896915
-     group). I certainly don't recommend using FAT32 to host a
-     subversion working copy. But AnkhSVN reports show that it is a
-     common user scenario.
-   Votes:
-     +1: rhuijben, pburba
 
  * r916286, r917512
    This backport depends on the r878590 group only for the conflict free port.
@@ -233,3 +219,17 @@ Veto-blocked changes:
 
 Approved changes:
 =================
+     
+ * r908980, r908981
+   This followup on r896915, makes sure that the Windows specific remove
+   readonly attribute code still works on FAT32 filesystems. (The FAT32
+   driver reports a very different error than the NTFS driver)
+   Justification:
+     Without this patch, users using a USB stick formatted with this
+     filesystem will see 'file exists' errors on some working copy
+     operations. (This patch should have been part of the r896915
+     group). I certainly don't recommend using FAT32 to host a
+     subversion working copy. But AnkhSVN reports show that it is a
+     common user scenario.
+   Votes:
+     +1: rhuijben, pburba, hwright