Index: fact/tools/Scripts/Logon
===================================================================
--- fact/tools/Scripts/Logon	(revision 10912)
+++ fact/tools/Scripts/Logon	(revision 10913)
@@ -12,17 +12,2 @@
 export LD_LIBRARY_PATH=$QWTDIR/lib:$DIMDIR/linux:$LD_LIBRARY_PATH
 export PATH=$DIMDIR/linux:$REPOS_DIR/tools/Scripts:$QTDIR/bin:.:$PATH
-
-# Check if repository is a mixed or locally modified version (only for login shell))
-# The revision warning is given only once at login.
-
-if [ "${USER}" = "daqct3" ]; then
-#if shopt -q login_shell; then
-if [[ `svnversion $REPOS_DIR/drsdaq -n` == *:* ]] || [[ `svnversion $REPOS_DIR/drsdaq -n` == *M ]]; then
-    xterm -e "echo 'Warning: drsdaq in repository does not have a single revision number';
-    echo 'Make an update before starting a run!';
-    echo 'Contact O.Grimm or Q.Weitzel in case you need help';
-    echo 'Hit return to continue';
-    read;"
-#fi
-fi
-fi
