28 Nov 12, 12:44PM
(27 Nov 12, 11:51PM)ärkefiende Wrote: The date differs a bit due to the timezone and having it in the server means you don´t have to connect if it´s outdated ;)
(especially nice when you´re looking for the most up to date server)
Updated...
[SELECT ALL] Code:
$(grep "At revision" /path/to/logfiles/SVN-update-$(date +%F).log | tail -1 | grep -oE "[[:digit:]]{1,}")
(That scripting, grabs the revision number that gets logged by the auto-updater).