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 2012/11/09 20:40:03 UTC

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

Author: cmpilato
Date: Fri Nov  9 19:40:03 2012
New Revision: 1407600

URL: http://svn.apache.org/viewvc?rev=1407600&view=rev
Log:
Propose r1407597 for backport.

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=1407600&r1=1407599&r2=1407600&view=diff
==============================================================================
--- subversion/branches/1.7.x/STATUS (original)
+++ subversion/branches/1.7.x/STATUS Fri Nov  9 19:40:03 2012
@@ -88,6 +88,21 @@ Candidate changes:
    Votes:
      +1: philip
 
+ * r1407597
+   Fix issue #4079 ("svnmucc cp rev arg" SEGV).
+   Justification:
+     "Segmentation fault (core dumped)" is considered sub-par error reporting.
+   Notes:
+     svnmucc.c has been renamed since 1.7.x, so backporting this change should
+     be done like so:
+       $ svn merge --ignore-ancestry -c1407597 \
+                   ^/subversion/trunk/subversion/svnmucc/svnmucc.c \
+                   tools/client-side/svnmucc/svnmucc.c
+       $ svn merge --record-only -c1407597 ^/subversion/trunk
+       $ svn ci -m ...
+   Votes:
+     +1: cmpilato
+   
 Veto-blocked changes:
 =====================