I am currently running 'svn' version 1.4.4 that was included by default in OS X (10.5). It's installed in /usr/bin/. I have a copy of svn in /usr/local/bin/ that's the most current version (1.5.4), and I even have a fresh install of svn in /opt/subversion/bin/. For various reasons, I'd like to remove all unwanted copies of svn in sort of a clean fashion. Currently my workaround involves symbolic links to various binaries, and well, it's ugly. Any "clean" way of doing this?