Index: trunk/server/doc/install-howto.sh
===================================================================
--- trunk/server/doc/install-howto.sh	(revision 1236)
+++ trunk/server/doc/install-howto.sh	(revision 1237)
@@ -53,8 +53,10 @@
 
     cd /srv
-    svn co svn://$source_server/ repository
+    svn co svn://$source_server/trunk repository
 
     sed -i 's/^(# *)*store-passwords.*/store-passwords = no/' /root/.subversion/config
     sed -i 's/^(# *)*store-auth-creds.*/store-auth-creds = no/' /root/.subversion/config
+# The same tweaks should be made on /home/scripts-build/.subversion/config
+# once it exists (do something with svn as scripts-build)
 
     chown -R scripts-build /srv/repository
@@ -72,5 +74,5 @@
 # Check out the scripts /etc configuration
     cd /root
-    svn co svn://scripts.mit.edu/server/fedora/config/etc etc
+    svn co svn://scripts.mit.edu/trunk/server/fedora/config/etc etc
     \cp -a etc /
 
@@ -143,4 +145,11 @@
 # with undesirable things for security, like sendmail.
 
+# Check out the scripts /usr/vice/etc configuration
+    cd /root
+    mkdir vice
+    cd vice
+    svn co svn://scripts.mit.edu/trunk/server/fedora/config/usr/vice/etc etc
+    \cp -a etc /usr/vice
+
 # Install the full list of perl modules that users expect to be on the
 # scripts.mit.edu servers.
