svn diff -x "-bw --ignore-eol-style"
is your friend when somebody decides to change the end of line style and strip all trailing whitespace from the files in your repo.
Confirming that object references in arrays are preserved while cloning the arrays
A short test to confirm references are preserved in cloned arrays. The result is: Now let’s mess with one piece of that to check if the object was passed by reference or got cloned: Confirmed, the object is passed by reference, even though the array that contained it was cloned: » about 300 words