While I can easily find the binaries for the latest version of subversion (1.6) I can\'t find the binaries for Ubuntu (or Debian).
The download page at tigris.org sugges
Add these two lines to your /etc/apt/sources.list:
deb http://ppa.launchpad.net/anders-kaseorg/subversion-1.6/ubuntu hardy main
deb-src http://ppa.launchpad.net/anders-kaseorg/subversion-1.6/ubuntu hardy main
Get Anders key:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 413576CB
Update:
sudo apt-get update
Upgrade or Install:
sudo apt-get upgrade
sudo apt-get install subversion
(Via GVS)