Re: svn commit: r1653988 - in /subversion/trunk/subversion: svnrdump/load_editor.c tests/cmdline/svnrdump_tests.py
From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Fri, 23 Jan 2015 10:36:05 +0000
Bert Huijben wrote:
>> Author: julianfoad
Thank you!
> I also see new test failures on the two new tests for ra_serf.
It's another real bug in svnrdump. It calls commit_editor->change_dir_prop() twice for the same property name, which is documented as not allowed. The other RA layers don't mind, but RA-serf does.
DBG: load_editor.c: 584: new_node_record: A/B_COPY, k=2, a=1, copy=A/B_at_2
I should be able to test for this bug independently of issue #4551.
- Julian
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.