You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by lg...@apache.org on 2010/08/23 10:25:00 UTC

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

Author: lgo
Date: Mon Aug 23 08:25:00 2010
New Revision: 988026

URL: http://svn.apache.org/viewvc?rev=988026&view=rev
Log:
* STATUS: Vote on the r964767 group, approving.

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=988026&r1=988025&r2=988026&view=diff
==============================================================================
--- subversion/branches/1.6.x/STATUS (original)
+++ subversion/branches/1.6.x/STATUS Mon Aug 23 08:25:00 2010
@@ -160,20 +160,6 @@ Candidate changes:
    Votes:
      +1: pburba
 
- * r964767, r965405, r965469, r965508
-   Fix for issue #3683 "Escape unsafe charaters in a URL during export".
-   Justification:
-     This makes svn export more user friendly, by not forcing the user
-     to manually encode the URLs before doing an export.
-   Branch:
-     The new API code changes in trunk requires a backport branch.
-     ^/subversion/branches/1.6.x-issue3683
-   Notes:
-     r964767 is the actual fix. r965405 is the test for the fix and r965469
-     and r965508 are the follow up commits to enhance the fix.
-   Votes:
-     +1: stylesen, jerenkrantz
-     
  * r979045
    Teach mod_dav_svn to pass a base_checksum to libsvn_ra_neon's update
    editor. This enhances the early detection of broken working copies,
@@ -330,3 +316,17 @@ Approved changes:
       checksum isn't used by users of libsvn_ra_serf.
     Votes:
       +1: rhuijben, jerenkrantz (ENOCARE re: 12/39), lgo
+
+ * r964767, r965405, r965469, r965508
+   Fix for issue #3683 "Escape unsafe charaters in a URL during export".
+   Justification:
+     This makes svn export more user friendly, by not forcing the user
+     to manually encode the URLs before doing an export.
+   Branch:
+     The new API code changes in trunk requires a backport branch.
+     ^/subversion/branches/1.6.x-issue3683
+   Notes:
+     r964767 is the actual fix. r965405 is the test for the fix and r965469
+     and r965508 are the follow up commits to enhance the fix.
+   Votes:
+     +1: stylesen, jerenkrantz, lgo