Author: rhuijben
Date: Sat Mar 21 21:47:29 2015
New Revision: 1668325
URL: http://svn.apache.org/r1668325
Log:
* STATUS: Nominate javahl error handling improvements.
Modified:
subversion/branches/1.9.x/STATUS
Modified: subversion/branches/1.9.x/STATUS
URL:
http://svn.apache.org/viewvc/subversion/branches/1.9.x/STATUS?rev=1668325&r1=1668324&r2=1668325&view=diff
==============================================================================
--- subversion/branches/1.9.x/STATUS (original)
+++ subversion/branches/1.9.x/STATUS Sat Mar 21 21:47:29 2015
@@ -188,6 +188,18 @@ Other candidate changes:
Votes:
+1: rhuijben
+ * r1664938, r1664939, r1664940, r1664978, r1664984
+ libsvn_javahl: wrap and unwrap java exceptions via svn_error_t
+ Justification:
+ This patch makes Java callbacks that throw errors report
+ their error to the subversion function that called them. This
+ allows this function to properly handle the error condition instead
+ of continuing as if nothing happened. If further callbacks are needed
+ during error handling these callbacks will now just work and Subversion
+ can ignore certain kinds of errors as needed, by just clearing the error.
+ Votes:
+ +1: rhuijben (not after 1.9.0)
+
Veto-blocked changes:
=====================