Switching the bot code in consists of adding a flag to the compile process. Check the makefiles and add -DEQBOTS in the section with the other -D flags.
Additionally (and this may be what you meant by downloading the new one), if you've got the SVN checked out in a folder already ( via '
svn co http://blahURLhereIforgetWhereItWas' ) then you can just run '
svn up' and go from there.
About your links and whatnot. If your current binaries are in the same place that the compile process puts them then your new binaries should overwrite the old ones and any links you made oughta be okay. If you copied them out of the folder to somewhere else, though, you'll have to redo that.