Python tests segfault with SWIG 4.1.0

2022-09-19 Thread Jitka Plesnikova
Hi, I am testing rebuild of SWIG dependencies against upcoming version 4.1.0 in Fedora rawhide/38. The build of subversion-1.14.2 is failing with this version. + make check-swig-py mkdir /builddir/build/BUILD/subversion-1.14.2/subversion/bindings/swig/python/libsvn if [ "LD_LIBRARY_PATH" =

Re: [BUG] "svn propedit" loses changes in case of a network failure

2022-09-19 Thread Yasuhito FUTATSUKI
On 2022/09/19 11:37, Vincent Lefevre wrote: > On 2022-09-19 11:02:05 +0900, Yasuhito FUTATSUKI wrote: >> I can't determine whether this behavior is a bug or not. >> >> As svn_cl__propedit() calls svn_cmdline__edit_string_externally()[1] >> for editing revprop value string with the parameter

Re: [BUG] "svn propedit" loses changes in case of a network failure

2022-09-19 Thread Yasuhito FUTATSUKI
A thing I forgot to write On 2022/09/19 15:09, Yasuhito FUTATSUKI wrote: > On 2022/09/19 11:37, Vincent Lefevre wrote: >> On 2022-09-19 11:02:05 +0900, Yasuhito FUTATSUKI wrote: > I wrote the second paragraph just for to show where the behaivor > comes from, i.e. where to fix, who want to