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
Solved! Here the solution.
From the CollabNet download page download the binaries for Red Hat. Then use alien for installing it, for example:
$ sudo apt-get install alien
$ sudo alien CollabNetSubversion-client-1.6.2-1.i386.rpm
$ sudo dpkg -i collabnetsubversion-client_1.6.2-2_i386.deb
Beware that the command is installed under /opt/CollabNet_Subversion/bin/svn not in /usr/bin/svn. So after that simply put this line in your .bashrc
:
export PATH="/opt/CollabNet_Subversion/bin:$PATH"