updated scheme for locating revision control assets; uses a list (in a
[feisty_meow.git] / examples / custom_overrides / fred / fred_variables.sh
index 8df58455cd6c281dfe0f6171776c09771c366818..90376b6574146a1ffecdb0e5620414388fa63379 100644 (file)
@@ -10,6 +10,11 @@ if [ "$(hostname)" = "zooty.koeritz.com" ]; then
   export WEB_DIR=/var/www
 fi
 
+# add a bunch of folders to the list for checkin & checkout.  these are
+# definitely personal, and some of them are fairly dated (the yeti and
+# hoople folders, for example).
+REPOSITORY_LIST+=" games hoople hoople1 hoople2 quartz web yeti xsede/xsede_tests xsede/code/cak0l/trunk"
+
 # point to our local certificate for ssh usage.
 export SVN_SSH="ssh -i $HOME/.ssh/id_dsa_sourceforge"