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

svn commit: r1158698 - /subversion/branches/1.7.x/STATUS

Author: cmpilato
Date: Wed Aug 17 13:44:24 2011
New Revision: 1158698

URL: http://svn.apache.org/viewvc?rev=1158698&view=rev
Log:
* 1.7.x/STATUS
  Votey, votey.

Modified:
    subversion/branches/1.7.x/STATUS

Modified: subversion/branches/1.7.x/STATUS
URL: http://svn.apache.org/viewvc/subversion/branches/1.7.x/STATUS?rev=1158698&r1=1158697&r2=1158698&view=diff
==============================================================================
--- subversion/branches/1.7.x/STATUS (original)
+++ subversion/branches/1.7.x/STATUS Wed Aug 17 13:44:24 2011
@@ -101,6 +101,61 @@ Candidate changes:
    Votes:
      +1: rhuijben
 
+ * r1154908
+   Fix spurious test failures in Ruby bindings.
+   Justification:
+     Spurious test failures are a huge distraction and time sink when
+     signing releases.
+   Votes:
+     +1: stsp
+
+ * r1155160
+   When serf restarts a web request, start parsing xml where we stopped in the
+   previous request to avoid xml parse errors on the <?xml.
+   Justification:
+     Without this patch it is not possible to reliable checkout neon using
+     serf. (svn co http://svn.webdav.org/repos/projects/neon/tags/0.29.6 wc).
+     I (rhuijben) call that a regression.
+   Votes:
+     +1: rhuijben
+     +0: stsp, cmpilato (Change looks good, but there is a merge conflict.
+                         Please create a backport branch.)
+
+ * r1158187, r1158196, r1158201, r1158207
+   Fix issues #2557 and #3987: 'svn info symlink/to/wc'.
+   Justification:
+     That syntax should work.
+   Notes:
+     Depends on the r1158193 group.
+   Votes:
+     +1: danielsh (without r1158187)
+     +1: rhuijben, cmpilato
+
+ * r1158616
+   Recreate missing directories on file install errors.
+   Justification:
+     Trivial patch that fixes a variable reference in a patch that should have
+     handled a common user problem. The result is improved the svn cleanup
+     stability.
+   Votes:
+     +1: rhuijben, cmpilato
+
+ * r1154115, r1154119, r1154144, r1154155, r1154159, r1154215, r1154225
+   Cleanup JavaHL pool handling. This to improve thread safety, concurrency and
+   memory usage.
+   Justification:
+     This patch makes JavaHL behave better inside the JVM.
+   Branch: ^/subversion/branches/1.7.x-JavaHL-pools
+   Votes:
+     +1: rhuijben
+
+Veto-blocked changes:
+=====================
+
+
+Approved changes:
+=================
+
  * r1154717, r1154718
    Detect broken svndiff streams in serf (r1154717) and neon (r1154718), in
    non-bulk updates before we even do the md5 checksum in the update editor.
@@ -108,22 +163,14 @@ Candidate changes:
      Some sanity checking doesn't hurt. Improves error details and avoids
      storing invalid streams in the pristine store.
    Votes:
-     +1: rhuijben, stsp
+     +1: rhuijben, stsp, cmpilato
 
  * r1154733
    Correctly position buffer pointer when resuming an aborted transfer in serf.
    Justification:
      Invalid pointer operation that causes at least datastream corruption.
    Votes:
-     +1: rhuijben, stsp
-
- * r1154908
-   Fix spurious test failures in Ruby bindings.
-   Justification:
-     Spurious test failures are a huge distraction and time sink when
-     signing releases.
-   Votes:
-     +1: stsp
+     +1: rhuijben, stsp, cmpilato
 
  * r1154982, r1155124
    Stop returning APR_EGENERAL from serf for unexpected data.
@@ -135,7 +182,7 @@ Candidate changes:
      r1154982 improves the generic errors and r1155124 restores some
      specific 'svn lock' behavior that was broken by r1154982.
    Votes:
-     +1: rhuijben, stsp
+     +1: rhuijben, stsp, cmpilato
 
  * r1155131
    Cleanup the xml parser in serf in unexpected conditions.
@@ -146,72 +193,25 @@ Candidate changes:
      This patch requires r1148932 to be backported for a clean merge.
      Currently accept theirs on conflict produces the right result.
    Votes:
-     +1: rhuijben, stsp
-
- * r1155160
-   When serf restarts a web request, start parsing xml where we stopped in the
-   previous request to avoid xml parse errors on the <?xml.
-   Justification:
-     Without this patch it is not possible to reliable checkout neon using
-     serf. (svn co http://svn.webdav.org/repos/projects/neon/tags/0.29.6 wc).
-     I (rhuijben) call that a regression.
-   Votes:
-     +1: rhuijben
-     +0: stsp (Change looks good, but there is a merge conflict.
-               Please create a backport branch.)
+     +1: rhuijben, stsp, cmpilato
 
  * r1155391, r1155404, r1156218
    Fix issue 3983, import into foreign repository.
    Justification:
      It's a regression from 1.6.
    Votes:
-     +1: philip, rhuijben
-
- * r1158187, r1158196, r1158201, r1158207
-   Fix issues #2557 and #3987: 'svn info symlink/to/wc'.
-   Justification:
-     That syntax should work.
-   Notes:
-     Depends on the r1158193 group.
-   Votes:
-     +1: danielsh (without r1158187)
-     +1: rhuijben
+     +1: philip, rhuijben, cmpilato
 
  * r1158209, r1158210, r1158217
    Fix another variant of issues #2557 and #3987: 'svnversion symlink/to/wc'.
    Justification:
      That syntax should work.
    Votes:
-     +1: danielsh, rhuijben
-
- * r1158616
-   Recreate missing directories on file install errors.
-   Justification:
-     Trivial patch that fixes a variable reference in a patch that should have
-     handled a common user problem. The result is improved the svn cleanup
-     stability.
-   Votes:
-     +1: rhuijben
+     +1: danielsh, rhuijben, cmpilato
 
  * r1158634
    Fix error in help text of 'svn revert'.
    Justification:
      Help texts should document the current behaviour, not past behaviour.
    Votes:
-     +1: stsp, rhuijben
-     
- * r1154115, r1154119, r1154144, r1154155, r1154159, r1154215, r1154225
-   Cleanup JavaHL pool handling. This to improve thread safety, concurrency and
-   memory usage.
-   Justification:
-     This patch makes JavaHL behave better inside the JVM.
-   Branch: ^/subversion/branches/1.7.x-JavaHL-pools
-   Votes:
-     +1: rhuijben
-
-Veto-blocked changes:
-=====================
-
-
-Approved changes:
-=================
+     +1: stsp, rhuijben, cmpilato