#####Listing the nth revision from a given repository (replace size with the desired revision number and repo_url with the actual repository url):
svn log -l
size -q
repo_url | tr -d '-' | cut -d"|" -f 1 | tr -d 'r' | tail -n 2 | tr -d [[:space:]]
It will output a single number.