#!/bin/bash # # Creates common environment for SVN repository # # $Id: svn-env 872 2006-10-04 13:08:01Z bruno $ # export VER=`cat ${TOOLHOME}/../mondo/VERSION` # To be safe for SVN commands export REVISION=`(cd $TOOLHOME/.. ; svnversion .)` export TAG=`cat ${TOOLHOME}/TAG`