Author: brane Date: Sat May 9 15:42:49 2026 New Revision: 1933997 Log: * branches/javahl-1.15/BRANCH-README: Add branch description.
Added: subversion/branches/javahl-1.15/BRANCH-README (contents, props changed) Added: subversion/branches/javahl-1.15/BRANCH-README ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ subversion/branches/javahl-1.15/BRANCH-README Sat May 9 15:42:49 2026 (r1933997) @@ -0,0 +1,14 @@ +1.15.0 JavaHL Updates +===================== + +This is a temporary working branch to update JavaHL for 1.15.0. + +TODO: + * Update use of deprecated Subversion APIs: + - svn_client_checkout3 -> svn_client_checkout4 + - svn_client_upgrade -> svn_client_upgrade2 + - svn_client_diff6 -> svn_client_diff7 + - svn_client_diff_peg6 -> svn_client_diff_peg7 + - svn_client_revert3 -> svn_client_revert4 + * Add Java wrappers for some new functionality + * Fix Java warnings where possible without breaking the JRE ABI
