Re: svn commit: r1882263 - /subversion/site/publish/upcoming.part.html

2020-10-07 Thread Daniel Shahaf
Since r1882293 effectively reverted this, I'm guessing there was some transient error. However, ENOTIME to look into this, particularly as I didn't get a copy of stderr. The relevant cron job is: # Puppet Name: Update our upcoming changes list SVN=svn 15 4 * * * chronic ~/src/svn/site/tools/gene

Re: svn commit: r1882263 - /subversion/site/publish/upcoming.part.html

2020-10-07 Thread Daniel Shahaf
Daniel Shahaf wrote on Wed, 07 Oct 2020 14:22 +: > Since r1882293 effectively reverted this, I'm guessing there was some > transient error. However, ENOTIME to look into this, particularly as > I didn't get a copy of stderr. > > The relevant cron job is: > > # Puppet Name: Update our upcomin

Re: [PATCH] svn_cmdline__edit_file_externally() may not be able to open the target file in locale other than UTF-8

2020-10-07 Thread Jun Omae
Hi all, On Sun, Oct 4, 2020 at 11:33 PM Yasuhito FUTATSUKI wrote: I commited the v3 patch in 1882234. I confirmed that on Windows in CP932, both of with and without the v3 patch, it cannot pass the file name to edit. For Windows I confirmed that it can be fixed by using _wsystem() with WCHAR

Re: [PATCH] svn_cmdline__edit_file_externally() may not be able to open the target file in locale other than UTF-8

2020-10-07 Thread Yasuhito FUTATSUKI
Hi, On 2020/10/08 13:12, Jun Omae wrote: > Hi all, > > On Sun, Oct 4, 2020 at 11:33 PM Yasuhito FUTATSUKI > wrote: >> I commited the v3 patch in 1882234. >> >> I confirmed that on Windows in CP932, both of with and without >> the v3 patch, it cannot pass the file name to edit. >> >> For Windows