#!/bin/sh # update dslinux read-only svn mirror (scripted by stsp) #set -x #logger "`basename $0`: invoked `date`" ANONSVN_HOME=/raid/anonsvn SVN_ROOTDIR=$ANONSVN_HOME/dslinux (cd $SVN_ROOTDIR && rsync -q -z -a --delete rsync://pferd.in-berlin.de/dslinuxsvn/ .)