#!/bin/shset -e # stop if we encounter an errorsvn updatemake# don't copy over stuff with permissions that make it uselesschmod a+r * -R## I'm not comfortable having arbitrary people use --delete yet,## since if they screw up it'll blow away arbitrary things.#rsync -Pravz --delete . tor.eff.org:directory/rsync -Pravz . tor.eff.org:/www/tor.eff.org/docs/