Re: [PATCH] Fix differences of SWIG_PY_OPTS between Unix and Windows

2020-05-03 Thread Yasuhito FUTATSUKI
On 2020/05/03 8:28, Jun Omae wrote: > Hi, > > Building Subversion trunk with SWIG 4 on Windows, the following errors occur: > > > C:\usr\apps\python38\include\pytime.h(123,67): warning C4115: 'timeval': > named type definition in parentheses > [C:\usr\src\subversion\trunk\build\win32\vcnet-vcp

Re: [PATCH] Fix "database is locked" error when committing during rep-cache.db verification

2020-05-03 Thread Daniel Shahaf
Denis Kovalchuk wrote on Sun, 03 May 2020 21:04 +0300: > > For that matter, now that build-repcache is a thing, why should commits > > populate rep-cache synchronously at all? Why shouldn't we provide > > a mode that says "svn_fs_commit_txn() won't populate the rep-cache for > > you; you're expect

Re: Problems running testsuite on Windows with Python 3

2020-05-03 Thread Johan Corveleyn
On Sun, May 3, 2020 at 6:23 PM Yasuhito FUTATSUKI wrote: > > On 2020/05/03 10:02, Johan Corveleyn wrote: > > On Fri, May 1, 2020 at 7:46 PM Yasuhito FUTATSUKI > > wrote: > >> > >> On 2020/04/23 2:05, Yasuhito FUTATSUKI wrote: > >>> On 2020/04/22 23:04, Johan Corveleyn wrote: > On Wed, Apr 2

Re: [PATCH] Fix "database is locked" error when committing during rep-cache.db verification

2020-05-03 Thread Denis Kovalchuk
> For that matter, now that build-repcache is a thing, why should commits > populate rep-cache synchronously at all? Why shouldn't we provide > a mode that says "svn_fs_commit_txn() won't populate the rep-cache for > you; you're expected to do it yourself via a post-commit hook"? That'll > sidest

Re: Problems running testsuite on Windows with Python 3

2020-05-03 Thread Yasuhito FUTATSUKI
On 2020/05/03 10:02, Johan Corveleyn wrote: > On Fri, May 1, 2020 at 7:46 PM Yasuhito FUTATSUKI wrote: >> >> On 2020/04/23 2:05, Yasuhito FUTATSUKI wrote: >>> On 2020/04/22 23:04, Johan Corveleyn wrote: On Wed, Apr 22, 2020 at 3:50 PM Yasuhito FUTATSUKI wrote: >>> > ... and what is

Re: [PATCH] fix svnrdump_tests.py on Windows with Python 3 (Re: Problems running testsuite on Windows with Python 3)

2020-05-03 Thread Yasuhito FUTATSUKI
On 2020/05/03 10:04, Johan Corveleyn wrote: > On Sat, May 2, 2020 at 7:37 PM Yasuhito FUTATSUKI wrote: >> >> On 2020/04/19 3:26, Johan Corveleyn wrote: >> >>> This is the list of tests that still fail (66): >> >>> FAIL: svnrdump_tests.py 1: dump: standard sbox repos >> ... >>> FAIL: svnrdump_t