--- trunk/update-checkouts.sh 2007/09/30 20:47:08 54 +++ trunk/update-checkouts.sh 2008/01/10 20:11:42 57 @@ -17,6 +17,7 @@ ls -d */.git | sed 's#/.git##' | while read rep ; do echo "update $rep [git]" cd $rep && git pull || ./update.sh || echo "FATAL ERROR!" + ln -sf `pwd`/.git /var/cache/git/$rep.git || echo "ERROR: can't update symlink to gitweb" cd - done