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:
>> --
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
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(
> -
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
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 = []
>
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
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
7 matches
Mail list logo