[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Using svn_hash__make instead of apr_hash__make

From: Stefan Fuhrmann <stefanfuhrmann_at_alice-dsl.de>
Date: Sun, 20 May 2012 00:46:00 +0200

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.
Received on 2012-05-20 02:46:59 CEST

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.