svn commit: r1822739 - /subversion/branches/swig-py3/build/generator/swig/__init__.py

2018-01-30 Thread troycurtisjr
Author: troycurtisjr Date: Wed Jan 31 05:13:59 2018 New Revision: 1822739 URL: http://svn.apache.org/viewvc?rev=1822739=rev Log: On branch swig-py3: Ensure swig check_output() is decoded as utf8. To support Python 2 and 3, explicitly decode check_output() return as utf8. *

svn commit: r1822736 [2/3] - in /subversion/branches/swig-py3: ./ build/ build/generator/ build/generator/swig/ build/generator/util/ subversion/bindings/javahl/native/ subversion/bindings/swig/python

2018-01-30 Thread troycurtisjr
Modified: subversion/branches/swig-py3/subversion/libsvn_client/shelve.c URL: http://svn.apache.org/viewvc/subversion/branches/swig-py3/subversion/libsvn_client/shelve.c?rev=1822736=1822735=1822736=diff == ---

svn commit: r1822736 [1/3] - in /subversion/branches/swig-py3: ./ build/ build/generator/ build/generator/swig/ build/generator/util/ subversion/bindings/javahl/native/ subversion/bindings/swig/python

2018-01-30 Thread troycurtisjr
Author: troycurtisjr Date: Wed Jan 31 04:16:43 2018 New Revision: 1822736 URL: http://svn.apache.org/viewvc?rev=1822736=rev Log: On branch swig-py3: Catchup to trunk @r1822734. Added: subversion/branches/swig-py3/subversion/libsvn_client/shelf.c - copied unchanged from r1822734,

svn commit: r1822736 [3/3] - in /subversion/branches/swig-py3: ./ build/ build/generator/ build/generator/swig/ build/generator/util/ subversion/bindings/javahl/native/ subversion/bindings/swig/python

2018-01-30 Thread troycurtisjr
Modified: subversion/branches/swig-py3/tools/dist/backport.pl URL: http://svn.apache.org/viewvc/subversion/branches/swig-py3/tools/dist/backport.pl?rev=1822736=1822735=1822736=diff == ---

svn commit: r1822731 - in /subversion/branches/1.10.x: ./ STATUS subversion/svn/shelve-cmd.c subversion/svn/svn.c tools/client-side/bash_completion

2018-01-30 Thread svn-role
Author: svn-role Date: Wed Jan 31 04:00:06 2018 New Revision: 1822731 URL: http://svn.apache.org/viewvc?rev=1822731=rev Log: Merge the r1820046 group from trunk: * r1820046,r1820047 Let 'svn shelves' accept '-q' for consistency with 'svn shelve --list -q'. Votes: +1: julianfoad,

svn commit: r1822734 - in /subversion/branches/1.10.x: ./ STATUS subversion/libsvn_client/conflicts.c

2018-01-30 Thread svn-role
Author: svn-role Date: Wed Jan 31 04:00:14 2018 New Revision: 1822734 URL: http://svn.apache.org/viewvc?rev=1822734=rev Log: Merge r1822401 from trunk: * r1822401 Fix 'dereference pointer to the wrong object' crash in conflict resolver. Votes: +1: stsp, rhuijben, jamessan

svn commit: r1822732 - in /subversion/branches/1.10.x: ./ STATUS subversion/include/svn_client.h subversion/libsvn_client/shelve.c

2018-01-30 Thread svn-role
Author: svn-role Date: Wed Jan 31 04:00:09 2018 New Revision: 1822732 URL: http://svn.apache.org/viewvc?rev=1822732=rev Log: Merge r1821621 from trunk: * r1821621 Remove lower level shelving functions from (experimental) public API. Votes: +1: julianfoad, rhuijben, jamessan

svn commit: r1822733 - in /subversion/branches/1.10.x: ./ STATUS subversion/libsvn_client/shelve.c

2018-01-30 Thread svn-role
Author: svn-role Date: Wed Jan 31 04:00:11 2018 New Revision: 1822733 URL: http://svn.apache.org/viewvc?rev=1822733=rev Log: Merge r1821678 from trunk: * r1821678 Encode the shelf name to ensure a valid filename for the patch file. Votes: +1: julianfoad, rhuijben, jamessan Modified:

svn commit: r1822730 - /subversion/branches/1.10.x/STATUS

2018-01-30 Thread jamessan
Author: jamessan Date: Wed Jan 31 03:57:31 2018 New Revision: 1822730 URL: http://svn.apache.org/viewvc?rev=1822730=rev Log: * STATUS: Vote +1 on r1820044. Vote +1 on the r1820046 group, approving. Vote +1 on r1821621, approving. Vote +1 on r1821678, approving. Vote +1 on r1822401,

svn commit: r1822729 - /subversion/branches/swig-py3/BRANCH-README

2018-01-30 Thread troycurtisjr
Author: troycurtisjr Date: Wed Jan 31 03:53:58 2018 New Revision: 1822729 URL: http://svn.apache.org/viewvc?rev=1822729=rev Log: On branch swig-py3: Update status now the Visual Studio <= 2008 works. * BRANCH-README: Remove note about only Visual Studio > 2008 being supported. Modified:

svn commit: r1822728 - in /subversion/branches/swig-py3/build/generator: gen_vcnet_vcproj.py templates/vcnet_vcproj.ezt templates/vcnet_vsprops.ezt

2018-01-30 Thread troycurtisjr
Author: troycurtisjr Date: Wed Jan 31 03:50:43 2018 New Revision: 1822728 URL: http://svn.apache.org/viewvc?rev=1822728=rev Log: On branch swig-py3: Fix python swig compile for Visual Studio <= 2008. Add the proper UserMacros definitions to pull in the necessary SWIG arguments for python

svn commit: r1822662 - /subversion/trunk/subversion/tests/cmdline/svntest/verify.py

2018-01-30 Thread julianfoad
Author: julianfoad Date: Tue Jan 30 16:37:24 2018 New Revision: 1822662 URL: http://svn.apache.org/viewvc?rev=1822662=rev Log: Test suite: when displaying the difference between unordered lists, sort the lists so we can see the difference clearly. * subversion/tests/cmdline/svntest/verify.py