Daniel Shahaf wrote on Tue, 12 Nov 2019 11:45 +00:00: > Nathan Hartman wrote on Mon, Nov 11, 2019 at 22:13:54 -0500: > > On Fri, Nov 8, 2019 at 3:13 AM Julian Foad <julianf...@apache.org> wrote: > > > svn 1.9 Py 2.7 supported, Py 3.x not working > > > svn 1.10 Py 2.7 supported, Py 3.x+ supported for build & test, not > > > working for bindings (?) > > > svn 1.14 Py 2.7 unsupported (working in 1.14.0), Py 3.x supported > > > > > > For 1.10 I am offering an example of the form of summary, not sure what > > > the actual status is. > > > > > > If I did my search correctly, there is nothing about Python 3 in any of > > > the 1.10 through 1.14 release notes. Haven't we got something to say > > > about limited support (for build and test?) in some version before 1.14? > > > All I could find was one py3 build fix (r1819444) merged to 1.10.x. > > > > > > > A table like that would be helpful. Hopefully someone knows what the > > actual status of 1.10 is. I guess it can be tested. Only the latest, > > 1.10.6, should be tested. > > On 1.10.x svnserveautocheck doesn't support py3, at least. (There may be > additional issues.)
The svnserveautocheck issue is in the shell script driver — probably some commit that hasn't been backported. autogen, configure, and 'make all svnmover check' on 1.10.x pass with PYTHON=python3. Cheers, Daniel