[Yt-svn] yt-commit r1312 - branches/yt-1.5/doc

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Tue May 19 19:25:54 PDT 2009


Author: mturk
Date: Tue May 19 19:25:54 2009
New Revision: 1312
URL: http://yt.spacepope.org/changeset/1312

Log:
Changed over to svn 1.5 for the yt-1.5 install script



Modified:
   branches/yt-1.5/doc/install_script.sh

Modified: branches/yt-1.5/doc/install_script.sh
==============================================================================
--- branches/yt-1.5/doc/install_script.sh	(original)
+++ branches/yt-1.5/doc/install_script.sh	Tue May 19 19:25:54 2009
@@ -198,13 +198,13 @@
     elif [ -e $ORIG_PWD/../yt/mods.py ]
     then
         YT_DIR=`dirname $ORIG_PWD`
-    elif [ ! -e yt-trunk-svn ] 
+    elif [ ! -e yt-1.5 ] 
     then
-        ( svn co http://svn.enzotools.org/yt/trunk/ ./yt-trunk-svn 2>&1 ) 1>> ${LOG_FILE}
-        YT_DIR="$PWD/yt-trunk-svn/"
-    elif [ -e yt-trunk-svn ] 
+        ( svn co http://svn.enzotools.org/yt/branches/yt-1.5/ ./yt-1.5 2>&1 ) 1>> ${LOG_FILE}
+        YT_DIR="$PWD/yt-1.5/"
+    elif [ -e yt-1.5 ] 
     then
-        YT_DIR="$PWD/yt-trunk-svn/"
+        YT_DIR="$PWD/yt-1.5/"
     fi
     echo Setting YT_DIR=${YT_DIR}
 fi



More information about the yt-svn mailing list