#!/bin/tcsh mkdir Logs ln -s misc_ms misc_ms_live ln -s /net/dice/home/phil/SharedDocs/layouts ln -s /net/dice/home/phil/SharedDocs/user_data # This is used by the upgrade process. This is the easy way to find the # version we recently built. ln -s ../../source/misc_ms/misc_ms misc_ms_devel # You could get this by calling ./upgrade. But that would cause an error # message the first time you called it. cp misc_ms_devel misc_ms cp ../../source/ax_alert_server/AlertConfig.json . cvs -n update -A ../../source/ax_alert_server/AlertConfig.json