Great thread. Thanks
Just a note for anyone with the same issue I had.
when doing make of subversion I got the error
The problem is that the make use the 32bit version of libexpat while I am running CentOS 64bit.
Removing the 32bit libs solved the problem
yum remove glibc-devel.i386 expat-devel.i386