JavaHL problem with NativeException

2022-07-15 Thread Thomas Singer
Hi SVN developers, First, there are 2 classes of NativeException, one in org.tigris.subversion.javahl package, the other in org.apache.subversion.javahl package. They only slightly differ in a constructor parameter. I recommend to use one class with 2 constructors instead. Second, the getMe

Re: svn commit: r1902723 - /subversion/site/staging/docs/community-guide/releasing.part.html

2022-07-15 Thread Daniel Shahaf
dsahlb...@apache.org wrote on Thu, 14 Jul 2022 19:51 +00:00: > +++ subversion/site/staging/docs/community-guide/releasing.part.html Thu Jul > 14 19:51:28 2022 > @@ -827,8 +827,7 @@ time pass. > To run this script, you'll need a Subversion trunk working > -copy (or a shallow trunk w

Re: svn commit: r1902722 - in /subversion/trunk/tools/dist: make-keys.sh release.py

2022-07-15 Thread Daniel Shahaf
dsahlb...@apache.org wrote on Thu, Jul 14, 2022 at 19:40:58 -: > Author: dsahlberg > Date: Thu Jul 14 19:40:57 2022 > New Revision: 1902722 > > URL: http://svn.apache.org/viewvc?rev=1902722&view=rev > Log: > Follow-up to r1902582: Improvements to the release.py script > > Suggested by: daniel

Re: svn commit: r1902590 - /subversion/trunk/tools/client-side/store-plaintext-password.py

2022-07-15 Thread Daniel Shahaf
Nathan Hartman wrote on Thu, Jul 14, 2022 at 10:45:07 -0400: > On Thu, Jul 14, 2022 at 10:02 AM Daniel Sahlberg > wrote: > > > > Den tors 14 juli 2022 kl 15:52 skrev Daniel Shahaf > > : > >> > >> Nathan Hartman wrote on Wed, 13 Jul 2022 15:29 +00:00: > >> > On Wed, Jul 13, 2022 at 10:55 AM Daniel

Re: JavaHL problem with NativeException

2022-07-15 Thread Daniel Sahlberg
Den fre 15 juli 2022 kl 10:46 skrev Thomas Singer : > Hi SVN developers, > Hi Thomas, Thanks for the detailed report! > First, there are 2 classes of NativeException, one in > org.tigris.subversion.javahl package, the other in > org.apache.subversion.javahl package. They only slightly differ i