From ca27481c66929f430689d864f2fe5888be21a15f Mon Sep 17 00:00:00 2001 From: crschmidt Date: Tue, 27 Jul 2010 12:55:25 +0000 Subject: [PATCH] The sandbox is now updated here as well, so check the most recent rev for the whole tree instead of just that particular checkout. git-svn-id: http://svn.openlayers.org/trunk/openlayers@10520 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- tools/update_dev_dir.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/update_dev_dir.sh b/tools/update_dev_dir.sh index cd9f2ff625..532ee91019 100755 --- a/tools/update_dev_dir.sh +++ b/tools/update_dev_dir.sh @@ -5,7 +5,7 @@ svn up /osgeo/openlayers/docs/dev; # Get current 'Last Changed Rev' -REV=`svn info /osgeo/openlayers/docs/dev/ | grep 'Last Changed Rev' | awk '{print $4}'` +REV=`svn info /osgeo/openlayers/docs/dev/ | grep 'Revision' | awk '{print $2}'` # Get the last svn rev touch /tmp/ol_svn_rev