Dustin Lang <dstndstn@gmail.com>


Patch
r1344864

r1344864 | stsp | 2012-05-31 19:04:08 +0000 (Thu, 31 May 2012)

Issue #4134: svnadmin dump files are not reproducible, due to APR 1.4.6
             hash order changes

This patch sorts deleted path names before dumping them.

* subversion/libsvn_repos/dump.c
   (close_directory): sort hash deleted_entries before dumping.

Patch by: Dustin Lang <dstndstn@gmail.com>
Review by: stsp
(Stefan suggested several stylistic changes and using 
svn_sort_compare_items_lexically.)