Re: [jira] [Updated] (SVN-4630) Unrestricted internal XML entities expansion

2016-05-10 Thread Ivan Zhakov
On 10 May 2016 at 01:15, Daniel Shahaf wrote: > Ivan Zhakov (JIRA) wrote on Mon, May 09, 2016 at 10:53:12 +: >> >> [ >> https://issues.apache.org/jira/browse/SVN-4630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel >> ] >> >> Ivan Zhakov updated SVN-4630: >> --

Re: svn commit: r1743195 - /subversion/trunk/subversion/tests/cmdline/svntest/main.py

2016-05-10 Thread Branko Čibej
On 10.05.2016 16:29, stef...@apache.org wrote: > Author: stefan2 > Date: Tue May 10 14:29:56 2016 > New Revision: 1743195 > > URL: http://svn.apache.org/viewvc?rev=1743195&view=rev > Log: > Follow-up to r1743183: Unbreak FSFS svnadmin tests. > > * subversion/tests/cmdline/svntest/main.py > (ensu

Re: svn commit: r1743183 - in /subversion/trunk/subversion/tests/cmdline: svnrdump_tests.py svntest/actions.py svntest/main.py svntest/sandbox.py svntest/verify.py svntest/wc.py

2016-05-10 Thread Evgeny Kotkov
Stefan Fuhrmann writes: > * subversion/tests/cmdline/svntest/actions.py > (run_and_verify_dump): If we accept any output, "None" is the better > option as it works with both Python versions. [...] >exit_code, output, errput = run_and_verify_svnadmin( > -

Re: svn commit: r1743183 - in /subversion/trunk/subversion/tests/cmdline: svnrdump_tests.py svntest/actions.py svntest/main.py svntest/sandbox.py svntest/verify.py svntest/wc.py

2016-05-10 Thread Branko Čibej
On 10.05.2016 17:26, Evgeny Kotkov wrote: > Stefan Fuhrmann writes: > >> * subversion/tests/cmdline/svntest/actions.py >> (run_and_verify_dump): If we accept any output, "None" is the better >> option as it works with both Python versions. > [...] > >>exit_code, outp

Re: svn commit: r1743217 - in /subversion/trunk/subversion/tests/cmdline: svnadmin_tests.py svntest/main.py

2016-05-10 Thread Evgeny Kotkov
Stefan Fuhrmann writes: > (patch_format, >is_sharded): The format file is easiest handled as plain text. [...] >format_path = os.path.join(repo_dir, "db", "format") > - contents = open(format_path, 'rb').read() > + contents = open(format_path, 'r').read() >processed_lines = [] >

Re: svn commit: r1743195 - /subversion/trunk/subversion/tests/cmdline/svntest/main.py

2016-05-10 Thread Stefan Fuhrmann
On 10.05.2016 16:34, Branko Čibej wrote: On 10.05.2016 16:29, stef...@apache.org wrote: Author: stefan2 Date: Tue May 10 14:29:56 2016 New Revision: 1743195 URL: http://svn.apache.org/viewvc?rev=1743195&view=rev Log: Follow-up to r1743183: Unbreak FSFS svnadmin tests. * subversion/tests/cmdli

Re: svn commit: r1743195 - /subversion/trunk/subversion/tests/cmdline/svntest/main.py

2016-05-10 Thread Branko Čibej
On 10.05.2016 21:11, Stefan Fuhrmann wrote: > On 10.05.2016 16:34, Branko Čibej wrote: >> On 10.05.2016 16:29, stef...@apache.org wrote: >>> Author: stefan2 >>> Date: Tue May 10 14:29:56 2016 >>> New Revision: 1743195 >>> >>> URL: http://svn.apache.org/viewvc?rev=1743195&view=rev >>> Log: >>> Follo