Maybe with php? / #2160

we could add a flag at customize.inc.php which does:
  • open .svn/entities parse it's contents and creates a file _tmp/streber_revision.inc.php which could be part of the release:
<?php if(!function_exists('startedIndexPhp')) { header("location:../index.php"); exit;}
confChange("SVN_REVISION", 123);
?>