added docs for a checkout target.
authorChris Koeritz <fred@gruntose.com>
Thu, 31 May 2012 17:59:56 +0000 (13:59 -0400)
committerChris Koeritz <fred@gruntose.com>
Thu, 31 May 2012 17:59:56 +0000 (13:59 -0400)
examples/custom_overrides/fred/fred_variables.sh

index dfa4023f05d05e0f5e4dd0560d8f2f2f7b85e8af..123804987abdb40d1ec9c281705018cdddfe681f 100644 (file)
@@ -20,7 +20,7 @@ if [ -z "$NETHACKOPTIONS" ]; then
   # 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+=" cloud ebooks hoople hoople1 hoople2 inova_codebase quartz web yeti xsede/xsede_tests xsede/code/cak0l"
+  REPOSITORY_LIST+=" cloud ebooks hoople hoople1 hoople2 inova_codebase quartz web yeti xsede/xsede_tests xsede/code/cak0l xsede/docs"
 
   # point to our local certificate for ssh usage.
   export SVN_SSH="ssh -i $HOME/.ssh/id_dsa_sourceforge"