Changeset 162 for tools/Scripts/Logon
- Timestamp:
- 02/05/10 09:46:44 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/Scripts/Logon
r148 r162 10 10 export PATH=$DIMDIR/linux:/home/daqct3/fact_repos.svn/tools/Scripts:/usr/local/Trolltech/Qt-4.4.3/bin:.:$PATH 11 11 12 echo 13 echo Note: hvcontrol needs Evidence configuration server running on $DIM_DNS_NODE 14 echo "To start, log on as user 'daqct3' and execute 'start' script" 15 echo Contact: Oliver Grimm, 32192 16 echo 17 12 18 # Check if repository is a mixed or locally modified version (only for login shell)) 13 19 # The revision warning is given only once at login. … … 15 21 if [[ "${USER}" == "daqct3" ]]; then 16 22 if shopt -q login_shell; then 17 if [[ `svnversion fact_repos* -n` =~ [:M] ]]23 if [[ `svnversion fact_repos*/drsdaq -n` =~ [:M] ]] 18 24 then 19 xterm -e "echo 'Warning: fact_repos.svndoes not have a single revision number';25 xterm -e "echo 'Warning: drsdaq in repository does not have a single revision number'; 20 26 echo 'Make an update before starting a run!'; 21 27 echo 'Contact O.Grimm, T.Kraehenbuehl, or Q.Weitzel in case you need help';
Note:
See TracChangeset
for help on using the changeset viewer.