Re: Building SVN (dependencies) on Windows

2020-05-06 Thread Adam Humpherys
For what it's worth, I was able to get my build environment working based on the script here: https://github.com/Jan-E/svn-windows which builds (most) of the dependencies, but uses a pre-built version of Apache 2.4 from apachelounge.com. -- Adam Humpherys On Wed, May 6, 2020 at 4:32 AM wrote:

Re: SVN 1.14 release: please fix your buildbot

2020-05-06 Thread Yasuhito FUTATSUKI
On 2020/05/06 21:02, Yasuhito FUTATSUKI wrote: > On 2020/05/06 20:38, b...@qqmail.nl wrote: >> This buildbot runs python 2.X (and has for years) and now the tests are >> broken. I don't remember seeing changes to the actual Conflict handing code >> in Subversion itself, so... >> I still think this

Re: SVN 1.14 release: please fix your buildbot

2020-05-06 Thread Yasuhito FUTATSUKI
On 2020/05/06 20:38, b...@qqmail.nl wrote: > This buildbot runs python 2.X (and has for years) and now the tests are > broken. I don't remember seeing changes to the actual Conflict handing code > in Subversion itself, so... > I still think this is related to the changes to the test framework causi

RE: SVN 1.14 release: please fix your buildbot

2020-05-06 Thread bert
This buildbot runs python 2.X (and has for years) and now the tests are broken. I don't remember seeing changes to the actual Conflict handing code in Subversion itself, so... I still think this is related to the changes to the test framework causing regressions on 2.7. This buildbot does the test

Re: SVN 1.14 release: please fix your buildbot

2020-05-06 Thread Yasuhito FUTATSUKI
On 2020/05/06 19:48, b...@qqmail.nl wrote: > The Windows buildbots currently produce actual errors, most likely caused by > recent changes to the python test framework. (It is expecting to see \r, but > now sees \n in several text conflicts) The reason of failures aren't recent changes of the pyth

RE: SVN 1.14 release: please fix your buildbot

2020-05-06 Thread bert
The Windows buildbots currently produce actual errors, most likely caused by recent changes to the python test framework. (It is expecting to see \r, but now sees \n in several text conflicts) Bert -Oorspronkelijk bericht- Van: Stefan Sperling Verzonden: donderdag 2 april 2020 16:54 Aan

RE: Building SVN (dependencies) on Windows

2020-05-06 Thread bert
Quite a few of the Windows dependencies can easily be built by the VCPKG package manager. For SharpSvn I maintained quite a few custom NAnt scripts that do about the same work (https://ctf.open.collab.net/svn/repos/sharpsvn/trunk/imports (or

RE: Svnmucc sensitive to order of mkdir

2020-05-06 Thread bert
1.8.15 just orders the operations based on path, so you may be lucky that it works, but there are a lot of other examples where pre 1.9 fail caused by the simplicity of the code there. (Thinks like renaming directories and then applying operations). With 1.9 there is a backing framework that sho

Re: Problems running testsuite on Windows with Python 3

2020-05-06 Thread Yasuhito FUTATSUKI
On 2020/05/04 4:49, Johan Corveleyn wrote: > 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: It seems followin