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

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-18 Thread Vincent Lefevre
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 tempfail_reft is > NULL[2], the temporary file is

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

2022-09-18 Thread Yasuhito FUTATSUKI
Hello, On 2022/09/19 9:57, Vincent Lefevre wrote: > On 2022-09-18 01:59:35 +0200, Vincent Lefevre wrote: >> On 2022-09-18 01:41:38 +0200, Vincent Lefevre wrote: >>> With svn 1.14.2 under Debian/unstable, I wanted to edit a log message >>> with >>> >>> svn pe --revprop svn:log -r 151946 >>> >>>

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

2022-09-18 Thread Vincent Lefevre
On 2022-09-18 01:59:35 +0200, Vincent Lefevre wrote: > On 2022-09-18 01:41:38 +0200, Vincent Lefevre wrote: > > With svn 1.14.2 under Debian/unstable, I wanted to edit a log message > > with > > > > svn pe --revprop svn:log -r 151946 > > > > (not just a minor change, I was replacing text by a

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

2022-09-17 Thread Vincent Lefevre
On 2022-09-18 01:41:38 +0200, Vincent Lefevre wrote: > With svn 1.14.2 under Debian/unstable, I wanted to edit a log message > with > > svn pe --revprop svn:log -r 151946 > > (not just a minor change, I was replacing text by a much longer text), > but got an immediate error from SSH: Note:

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

2022-09-17 Thread Vincent Lefevre
With svn 1.14.2 under Debian/unstable, I wanted to edit a log message with svn pe --revprop svn:log -r 151946 (not just a minor change, I was replacing text by a much longer text), but got an immediate error from SSH: kex_exchange_identification: read: Connection reset by peer Connection