|
Last change
on this file since 1203 was 576, checked in by bcornec, 19 years ago |
|
2.08 synced with stable as of r575
VERSION files updated
|
-
Property svn:executable
set to
*
-
Property svn:keywords
set to
Id
|
|
File size:
308 bytes
|
| Rev | Line | |
|---|
| [20] | 1 | #!/bin/bash
|
|---|
| 2 | #
|
|---|
| [549] | 3 | # Creates common environment for SVN repository
|
|---|
| [33] | 4 | #
|
|---|
| 5 | # $Id: svn-env 576 2006-05-25 12:00:37Z bcornec $
|
|---|
| 6 | #
|
|---|
| [20] | 7 |
|
|---|
| [545] | 8 | export SVNBRANCH="branches/`cat ${TOOLHOME}/../mondo/VERSION`"
|
|---|
| [553] | 9 | export VER=`cat ${BASE}/svn/${SVNBRANCH}/mondo/VERSION`
|
|---|
| [54] | 10 |
|
|---|
| [319] | 11 | # To be safe for SVN commands
|
|---|
| [553] | 12 | export REVISION=`(cd $TOOLHOME/.. ; svnversion .)`
|
|---|
| [550] | 13 | export TAG=`cat ${TOOLHOME}/TAG`
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.