for i in ${IP_LIST[*]}do echo -e "\n\nPUSH == $i == \n" /usr/bin/rsync -vzrtopg --progress --delete-after $SRCDIR --exclude=".svn" rsync://$i/$MOD/done
shell脚本从SVN推送到多台服务器的代码
原文:http://www.jb51.net/article/34251.htm