Once you have got the download, the following will put client binaries in ~/packages/subversion/bin. This can be handy if your hosting provider does not provide you with it.
$ ./configure --prefix=$HOME/packages/subversion --disable-shared
$ make
$ make test
$ sudo make install