Re: JavaHL crash on macOS 10.13.5

2018-06-07 Thread Thomas Singer
For adding/committing an empty file he is getting: $ touch testfile.txt $ svn add testfile.txt A testfile.txt $ svn commit -m "commit test" testfile.txt Adding testfile.txt Transmitting file data .svn: E175002: Commit failed (details follow): svn: E175002: Unexpected HTTP stat

Re: JavaHL crash on macOS 10.13.5

2018-06-07 Thread Thomas Singer
Thanks for answering. The user tried to commit using our SVN 1.9.7 binaries from : I attempted the command line commit and got an error. It is a text file, RTF made in TextEdit and is 2 words. here’s the error i got from the command line which makes no

Re: handling of reparse points

2018-06-07 Thread Philip Martin
Branko Čibej writes: >> We do use that flag, but — just like cross-device copies on Unix — the >> move is no longer atomic, which could break the working copy quite badly. > > I mean cross-device moves, of course, not copies. svn_io_file_move() is our wrapper that is intended to make it work: it

Re: handling of reparse points

2018-06-07 Thread Branko Čibej
On 08.06.2018 00:30, Branko Čibej wrote: > On 07.06.2018 18:50, Stefan Kueng wrote: >> >> On 05.06.2018 23:35, Philip Martin wrote: >>> Stefan Küng writes: >>> Index: subversion/libsvn_subr/io.c === --- subversion/libsv

Re: handling of reparse points

2018-06-07 Thread Branko Čibej
On 07.06.2018 18:50, Stefan Kueng wrote: > > > On 05.06.2018 23:35, Philip Martin wrote: >> Stefan Küng writes: >> >>> Index: subversion/libsvn_subr/io.c >>> === >>> --- subversion/libsvn_subr/io.c    (revision 1831874) >>> +++ subver

Re: handling of reparse points

2018-06-07 Thread Stefan Kueng
On 05.06.2018 23:35, Philip Martin wrote: Stefan Küng writes: Index: subversion/libsvn_subr/io.c === --- subversion/libsvn_subr/io.c (revision 1831874) +++ subversion/libsvn_subr/io.c (working copy) @@ -342,8 +342,11 @@ /* N

Re: JavaHL crash on macOS 10.13.5

2018-06-07 Thread Philip Martin
Thomas Singer writes: >> Thread 44 Crashed:: Java: WorkerThread-3 >> 0 libsystem_kernel.dylib 0x7fff696a0b6e __pthread_kill + 10 >> 1 libsystem_pthread.dylib 0x7fff6986b080 pthread_kill + 333 >> 2 libsystem_c.dylib0x7fff695fc1ae abort + 127 >>

JavaHL crash on macOS 10.13.5

2018-06-07 Thread Thomas Singer
Hi experts, We've got a macOS crash report from a user of SmartSVN (that uses JavaHL for performing SVN commands). The following thread crashed when the user tried to add/commit a new file: Thread 44 Crashed:: Java: WorkerThread-3 0 libsystem_kernel.dylib 0x7fff696a0b6e __

Re: Documentation to build SVN 1.10

2018-06-07 Thread emmawatson8855
Stefan Sperling-9 wrote > On Wed, Apr 18, 2018 at 10:50:15AM +0200, Thomas Singer wrote: >> Hi developers, >> >> I'm trying to build SVN 1.10 on CentOS 6.2 based on a black-box build >> script >> that I have for SVN 1.9. So far it looks like SVN 1.10 requires a newer >> sqlite-amalgamation-3081101