Skip to main content
Home
Richard Harrison's development notes

Main navigation

  • Home
  • Aerodynamics
  • Emesary
  • FlightGear
  • Journal
  • Portfolio
  • Vault
  • Wordpress
  • Showcase
User account menu
  • Log in

Breadcrumb

  1. Home

scripts

Automatic release script from Subversion (SVN)

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 &ltmysql\ databases/db-create.sql
scripts

Site Contents

  • Home
  • Aerodynamics
  • Emesary
  • FlightGear
  • Journal
  • Portfolio
  • Vault
  • Wordpress
  • Showcase

Search

RSS feed
Powered by Drupal