|
Last change
on this file since 555 was 320, checked in by bcornec, 20 years ago |
|
merge -r316:319 $SVN_M/branches/2.06
|
-
Property svn:executable
set to
*
-
Property svn:keywords
set to
Id
|
|
File size:
466 bytes
|
| Line | |
|---|
| 1 | #!/bin/bash
|
|---|
| 2 | #
|
|---|
| 3 | # Creates common environment from SVN repository
|
|---|
| 4 | #
|
|---|
| 5 | # $Id: common-env 320 2006-01-14 23:29:12Z bcornec $
|
|---|
| 6 | #
|
|---|
| 7 |
|
|---|
| 8 | # Adapt to your needs
|
|---|
| 9 | export BASE=${HOME}/mondo
|
|---|
| 10 |
|
|---|
| 11 | # Should not be modified below
|
|---|
| 12 | dname=`dirname $0`
|
|---|
| 13 | export VER="branches/`cat $dname/../mondo/VERSION`"
|
|---|
| 14 | export TMP=${BASE}/tmp
|
|---|
| 15 | mkdir -p ${TMP}
|
|---|
| 16 |
|
|---|
| 17 | export MINDI_VER=`cat ${BASE}/svn/${VER}/mindi/VERSION`
|
|---|
| 18 | export MONDO_VER=`cat ${BASE}/svn/${VER}/mondo/VERSION`
|
|---|
| 19 |
|
|---|
| 20 | # To be safe for SVN commands
|
|---|
| 21 | cd $TOOLHOME/..
|
|---|
| 22 | export REVISION=`$TOOLHOME/mksvnversion`
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.