I often go to the server, switching to a specific directory and run svn-update
I think that there is probably a very simple way to automate this, so I can just specify the subdirectory when the script starts, and it will go through SSH, cd into the desired directory and run svn-update.
Is this a job for capistrano or can it execute a simple bash script?
source
share