Sérgio Basto <ser...@serjux.com> writes: > Unfortunately I don't had time before end of the month or even more , > This random thing does not came in a good time . > I use many svn diff to review my code ... > > So any ideas is appreciated.
You can get the old behaviour by downgrading APR to a version that does not randomise the hash. Or you could rebuild the current APR with a one-line patch to set ht->seed to 0 in apr_hash.c:apr_hash_make. You could even use an LD_PRELOAD library to intercept apr_hash_make and set the seed to zero at runtime. -- uberSVN: Apache Subversion Made Easy http://www.uberSVN.com