Hi all, svn_hash__make is basically apr_hash__make with a hash function that will produce the same results (element order etc) with APR 1.4.6 as well as earlier APR versions. Without it, different test runs will result in different results. As a bonus, we save some runtime.
I have a patch sitting on my machine that will do a global replace of all 500+ locations where we create APR hashes. Often, we need to add another #include. There is no further change but the patch is large. If there are no strong objections, I will commit the change next weekend. -- Stefan^2.

