source: MondoRescue/trunk/tools/svn-env@ 839

Last change on this file since 839 was 782, checked in by Bruno Cornec, 18 years ago

merge -r763:781 $SVN_M/branches/stable

  • Property svn:executable set to *
  • Property svn:keywords set to Id
File size: 299 bytes
Line 
1#!/bin/bash
2#
3# Creates common environment for SVN repository
4#
5# $Id: svn-env 782 2006-08-12 09:32:32Z bruno $
6#
7
8export SVNBRANCH="`cat ${TOOLHOME}/../mondo/VERSION`"
9export VER=`cat ${BASE}/svn/${SVNBRANCH}/mondo/VERSION`
10
11# To be safe for SVN commands
12export REVISION=`(cd $TOOLHOME/.. ; svnversion .)`
13export TAG=`cat ${TOOLHOME}/TAG`
Note: See TracBrowser for help on using the repository browser.