|
Last change
on this file since 574 was 561, checked in by bcornec, 19 years ago |
|
merge -r 542:560 $SVN_M/branches/stable
|
-
Property svn:executable
set to
*
-
Property svn:keywords
set to
Id
|
|
File size:
308 bytes
|
| Line | |
|---|
| 1 | #!/bin/bash
|
|---|
| 2 | #
|
|---|
| 3 | # Creates common environment for SVN repository
|
|---|
| 4 | #
|
|---|
| 5 | # $Id: svn-env 561 2006-05-20 15:51:21Z bcornec $
|
|---|
| 6 | #
|
|---|
| 7 |
|
|---|
| 8 | export SVNBRANCH="branches/`cat ${TOOLHOME}/../mondo/VERSION`"
|
|---|
| 9 | export VER=`cat ${BASE}/svn/${SVNBRANCH}/mondo/VERSION`
|
|---|
| 10 |
|
|---|
| 11 | # To be safe for SVN commands
|
|---|
| 12 | export REVISION=`(cd $TOOLHOME/.. ; svnversion .)`
|
|---|
| 13 | export TAG=`cat ${TOOLHOME}/TAG`
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.