Index: branches/fc13-dev/server/doc/install-howto.sh
===================================================================
--- branches/fc13-dev/server/doc/install-howto.sh	(revision 1619)
+++ branches/fc13-dev/server/doc/install-howto.sh	(revision 1620)
@@ -5,5 +5,6 @@
 [ -e /scripts-boot-count ] || echo 0 > /scripts-boot-count
 
-source_server="old-faithful.mit.edu"
+# This is actually just "pick an active scripts server"
+source_server="cats-whiskers.mit.edu"
 
 boot=${1:$(cat /scripts-boot-count)}
@@ -63,5 +64,10 @@
 
     cd /srv
-    svn co svn://scripts.mit.edu/$branch repository
+    # We must use an explicit source_server while setting up the Scripts
+    # server, because once we load the Scripts /etc configuration,
+    # scripts.mit.edu will start resolving to localhost and
+    # updates/commits will stop working.  This will be switched to
+    # scripts.mit.edu at the end of the install process.
+    svn co svn://$source_server/$branch repository
 
     sed -i 's/^(# *)*store-passwords.*/store-passwords = no/' /root/.subversion/config
@@ -412,2 +418,5 @@
 #     be an accepted vhost name
 #   - Look at the old test server and see what config changes are floating around
+
+# XXX: our SVN checkout should be updated to use scripts.mit.edu
+# (repository and etc)
