svn-windows-local buildbot
r1727408 | stsp | 2016-01-28 17:12:21 +0000 (Thu, 28 Jan 2016)
* subversion/svn/conflict-callbacks.c
(svn_cl__resolve_conflict): Fix type of props_conflicted pointer variable.
Found by: svn-windows-local buildbot
r1727733 | stsp | 2016-01-30 17:11:30 +0000 (Sat, 30 Jan 2016)
* subversion/libsvn_client/resolved.c
(svn_client_conflict_prop_get_resolution_options): Ensure that options
returned from here live in writable memory so that option->type_data
can be written to. Should fix access violation on Windows.
Found by: svn-windows-local buildbot
r1747728 | stsp | 2016-06-10 15:07:39 +0000 (Fri, 10 Jun 2016)
* subversion/libsvn_client/conflicts.c
(resolve_incoming_move_file_text_merge): Initialize local_abspath earlier,
before we use it in an error path.
Found by: svn-windows-local buildbot
r1875925 | stsp | 2020-03-31 10:47:50 +0000 (Tue, 31 Mar 2020)
Follow-up to r1875921: Add missing test decorator.
Skip build_repcache() test if read_rep_cache() is not supported
by Python-SQLite version.
* subversion/tests/cmdline/svnadmin_tests.py
(build_repcache): Add missing SkipUnless decorator.
Patch by: Denis Kovalchuk <denis.kovalchuk@visualsvn.com>
Found by: svn-windows-local buildbot