Updating the Live site...'; echo '

'.exec('/var/www/golive').'

'; echo '

The Live site is now current.


'; echo '

⟨ Go back to updates interface

'; echo '

Visit the live site

'; } elseif(isset($_GET['updatesvn'])) { echo '

Updating the Preview site...

'; echo '

'.exec('/var/www/updatesvn').'

'; echo '

The preview site is now current.


'; echo '

⟨ Go back to updates interface

'; echo '

Visit the preview site

'; } else { echo '
Live Site Preview Site

The live site is currently at version ' .exec('svnversion /var/www/live') .'.



This pushes any changes from the preview site to the live site and happens automatically every hour, on the hour.

The preview site is currently at version ' .exec('svnversion /var/www/dev') .'.



This updates repositories on the webserver and happens automatically after svn commits.

'; } ?>