We are about to outgrow our web server and will deploy the homepage on two load balanced web servers. We currently have a working copy checked out, and whenever (daily) we change anything we svn update the copy. The problem of running on two servers is of course the increased chance of not complete updates on either server leading to strange behaviour.
We also have a separate web server for internal use, and a separate database server. The question is how, if possible, to run one command (probably on the admin server) to update both working copies?
We use subversion over SSH.