[ANNOUNCE] Apache Subversion 1.14.0-rc2 released

2020-04-21 Thread Stefan Sperling
I'm happy to announce the release of Apache Subversion 1.14.0-rc2. Please choose the mirror closest to you by visiting: https://subversion.apache.org/download.cgi#pre-releases SHA-512 checksums are available at: https://www.apache.org/dist/subversion/subversion-1.14.0-rc2.tar.bz2.sha512

Re: Problems running testsuite on Windows with Python 3

2020-04-21 Thread Nathan Hartman
On Tue, Apr 21, 2020 at 11:14 AM Yasuhito FUTATSUKI wrote: > > Perfect! Works well on Windows, with Py 2.7, 3.7 and 3.8.2, with or without > > the envvar defined. > > Thanks! > > Thank you! > > Then I update the patch to prepare to commit. However I don't have > confidence function name, variable

Re: Building SVN (dependencies) on Windows

2020-04-21 Thread Barry Scott
I know this pain well. I build svn for macOS and Windows to do the binary pysvn releases. I have the build for the svn client side of things fully automated. In case this is helpful to you here is what I use. The scripts I use are here: https://svn.code.sf.net/p/pysvn/code/trunk/pysvn/

Re: Problems running testsuite on Windows with Python 3

2020-04-21 Thread Yasuhito FUTATSUKI
On 2020/04/21 4:03, Johan Corveleyn wrote: > On Mon, Apr 20, 2020 at 2:16 PM Yasuhito FUTATSUKI >> So I wrote a patch for testing (not for commit. it is need to brush up >> even if it can work). >> >> At least it should work (no regression) on Python 2.7, Python 3 with >> and without PYTHONLEGA