Philip Martin <phi...@codematters.co.uk> writes: > +1 to release
The swig-pl tests produce warnings for: Warning: unable to close filehandle $out_fh properly: Bad file descriptor at /home/pm/sw/subversion/sign/build/subversion/bindings/swig/perl/native/blib/lib/SVN/Core.pm line 58. Core.pm:58 is a call to apr_terminate() so perhaps pool cleanup is attempting to close a file that has been already closed. The JavaHL tests produce warnings for: WARNING in native method: JNI call made without checking exceptions when required to from CallStaticObjectMethod but it's not clear to me which bit of source code is responsible. There are also warnings for: WARNING: JNI local refs: 33, exceeds capacity: 32 at org.apache.subversion.javahl.util.PropLib.unparseExternals(Native Method) at org.apache.subversion.javahl.SVNUtil.unparseExternals(SVNUtil.java:790) -- Philip