From: Michael S. <msa...@pc...> - 2005-11-03 20:17:49
|
Just a quick note: You may now do: svn co https://www.cbil.upenn.edu/svn/gus/gusTrunk GUS This will automatically setup a shell GUS environment in the directory GUS consisting of an empty gus_home (with empty config directory), and a project_home directory with local checkouts of each of GusAppFramework, GusSchema, install, and CBIL trunks. There is also a env.bash file that will configure your environment. You must either edit this file and supply the GUS_BASE, or source this file from WITHIN the GUS directory. This eliminates the needs to do the four checkouts separately. This will also allow you to do a svn update in the GUS directory to update all four projects simultaneously. All that is then necessary for a gus build is to copy and edit the project_home/install/gus.config.sample file to gus_home/config/ gus.config; and then do build GUS install -append. Brought to you by the magic of Subversion externals. --Mike (Note: This is for our new server. DNS propagation changes may cause this to not work for some people for about 24 hours). |