#!/bin/bash
#
# Creates common environment for SVN repository
#
# $Id: svn-env 900 2006-10-24 06:49:18Z bruno $
#

export VER=`cat ${TOOLHOME}/../mondo/VERSION`

# To be safe for SVN commands
export REVISION=`(cd $TOOLHOME/.. ; svnversion .)`
export TAG=`cat ${TOOLHOME}/TAG`
