Shell Script
Simple script to manage the release from Subersion to site process, and create a version file _vni_ that simply contains the current release version information for easy display by including into PHP (or via whatever other include method is available).
#!/bin/ksh svn update svn status svn info | awk -f make-vers.awk # mysql -uroot <mysql\ databases/db-create.sql