There are a few different ways to do this.
If You Are Using Elastic Load Balancers
Write a script that:
- Removes a machine from the pool
- Updates the SVN repository
- Re-adds the machine to the pool
- Repeats for any additional machines
You could also get fancy and remove one machine, update it, remove all other machines and update them, if you're concerned about consistency.
If You Are Using a Custom Load Balancing Application
Look into Capistrano. You don't need to use it with Ruby/Rake -- you can write custom cap files that can do parallel deploys.