Re: 1.9.0-beta1 up for testing/signing

2015-04-30 Thread Ben Reser
On 4/21/15 1:09 PM, Ben Reser wrote: > The 1.9.0-rc1 release artifacts are now available for testing/signing. > Please get the tarballs from > https://dist.apache.org/repos/dist/dev/subversion > and add your signatures there. > > This being a rc1 it means that our soak period for 1.9.0 has begun

Re: svnmover feedback

2015-04-30 Thread Daniel Shahaf
Julian Foad wrote on Thu, Apr 30, 2015 at 10:30:39 +0100: > Daniel Shahaf wrote (quoting two emails combined): > > Okay. So what you're saying so far is that the data model will have > > distinct concepts for "copying" and "branching". > > Yup. > > > Presumably [...] some high-level operations >

Re: RFC: Bump required Java version for JavaHL to 1.6

2015-04-30 Thread Branko Čibej
On 30.04.2015 15:57, Ben Reser wrote: > On 4/28/15 11:25 PM, Branko Čibej wrote: >> Subject says it all. Two reasons: >> >> * Java 5 has been officially dead since 2009 >> * 1.9 JavaHL uses Java6 APIs >> >> It's possible to cross-compile for Java5 using newer JDKs, but the >> compiler only chec

Re: RFC: Bump required Java version for JavaHL to 1.6

2015-04-30 Thread Ben Reser
On 4/28/15 11:25 PM, Branko Čibej wrote: > Subject says it all. Two reasons: > > * Java 5 has been officially dead since 2009 > * 1.9 JavaHL uses Java6 APIs > > It's possible to cross-compile for Java5 using newer JDKs, but the > compiler only checks language features, not library usage; for

Re: svn commit: r1676769 - /subversion/trunk/subversion/bindings/javahl/native/CreateJ.cpp

2015-04-30 Thread Philip Martin
Branko Čibej writes: > Not really. Once an exception is thrown, we'll return from the loop and > the containing function will detect the exception, pop the local frame > that it created (thus removing any remaining references within that > frame) and return. I see, the bare return is not in fill

Re: svn commit: r1676769 - /subversion/trunk/subversion/bindings/javahl/native/CreateJ.cpp

2015-04-30 Thread Branko Čibej
On 30.04.2015 14:17, Philip Martin wrote: > Branko Čibej writes: > >> The more important part of this change was the addition of >> POP_AND_RETURN_NOTHING at the end of the function (that you don't >> quote), because that actually destroys ("pops") the current local JNI >> frame and cleans up any

Re: svn commit: r1676769 - /subversion/trunk/subversion/bindings/javahl/native/CreateJ.cpp

2015-04-30 Thread Philip Martin
Branko Čibej writes: > The more important part of this change was the addition of > POP_AND_RETURN_NOTHING at the end of the function (that you don't > quote), because that actually destroys ("pops") the current local JNI > frame and cleans up any remaining local references within it. We were > l

Re: svnmover feedback

2015-04-30 Thread Julian Foad
Daniel Shahaf wrote (quoting two emails combined): > Okay. So what you're saying so far is that the data model will have > distinct concepts for "copying" and "branching". Yup. > Presumably [...] some high-level operations > will behave differently if the object operated upon is a branch compare

Re: Subversion checkout issue with certain short names on Windows

2015-04-30 Thread Julian Foad
Ping! I just noticed this thread had gone quiet. Anybody want to add anything to the discussion, or file an issue or write a test for it? - Julian On 30 March 2015 at 19:32, Stefan Kueng wrote: > On 29.03.2015 17:50, Bert Huijben wrote: >>> -Original Message- >>> From: Stephen White [ma