I'm frequently sshing into a server, switching to a specific directory and running svn-update
I'm thinking that there's probably a very easy way to automate this, so I can simple specific a subdirectory when I run the script and it'll login via SSH, cd to the right directory and run svn-update.
Is this a job for capistrano or could a simple bash script do the job?