Skip to content

Commit

Permalink
The sandbox is now updated here as well, so check the most recent
Browse files Browse the repository at this point in the history
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
  • Loading branch information
crschmidt committed Jul 27, 2010
1 parent 7398216 commit ca27481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/update_dev_dir.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca27481

Please sign in to comment.