Author: stefan2
Revision: 1495209
Modified property: svn:log
Modified: svn:log at Fri Jun 21 00:38:57 2013
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Fri Jun 21 00:38:57 2013
@@ -2,17 +2,9 @@ Make the hash function used by the FSFS
platform-independent. That should help us reproducing issues
detected on "exotic" platforms.
-This illustrates what happened before the patch:
-
- char c = 99;
- unsigned hash = 0;
- hash |= c << 8; /* c << 8 is often 0, actually it's undefined */
-
-On a more general note, you don't want to make it easy for parts of
-the input to cancel each other out. So, adding (potentially) negative
-values is a bad thing (strategically).
-
* subversion/libsvn_fs_fs/tree.c
(cache_lookup): normalize chunked calculation to big endian
Patch by: stsp
+
+Reverted in r1495256.