Author: rhuijben
Date: Mon Dec 3 12:46:08 2012
New Revision: 1416494
URL: http://svn.apache.org/viewvc?rev=1416494&view=rev
Log:
* STATUS: Cast some votes, approving r1407597 which the bot can't merge.
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=1416494&r1=1416493&r2=1416494&view=diff
==============================================================================
--- subversion/branches/1.7.x/STATUS (original)
+++ subversion/branches/1.7.x/STATUS Mon Dec 3 12:46:08 2012
@@ -79,21 +79,6 @@ Candidate changes:
Votes:
+1: philip, rhuijben
- * 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, danielsh
-
* r1408632, r1408647, r1408676, r1408684, r1408653
Fix 'svnmucc propset ^/'.
Notes:
@@ -103,7 +88,7 @@ Candidate changes:
Tries to access the parent of the repository root as a repository.
('svnmucc ps foo bar https://svn.apache.org/repos')
Votes:
- +1: danielsh
+ +1: danielsh, rhuijben
* r1407131, r1407812, r1408650
Properly handle incoming changes on symlinks (issue #4091)
@@ -133,9 +118,26 @@ Candidate changes:
misrepresentation that the first error is caused by the second.
Votes:
+1: danielsh
+ -0: rhuijben (I'm not sure if this should be in a patch release and the
+ stacktrace where this refers to is maintainer only)
Veto-blocked changes:
=====================
Approved changes:
=================
+
+ * 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, danielsh, rhuijben