...
Create a new workspace and do the above checkouts and then do the following:
- Create
/opt/LOUI/
nasa42 directory for storing the configuration files - Check out the whole tree for the config files Create the following symlinks in the above directory:
Code Block bash bash $ ln -s $NASA42_WORKSPACE/edu.lowell.loui.nasa42/external/instrumentConfiguration.xml instrumentConfiguration.xmlcd /opt/LOUI $ lnsvn -s $NASA42_WORKSPACE/educheckout svn://jumar.lowell.loui.nasa42/external/jndi.properties jndi.propertiesedu/LOUI_Configuration/trunk/prod .
- Edit the jndi.properties file in /opt/LOUI/nasa42 to point to the right machine and right broker. Peter has the most recent info on these.
One can either do the checkouts individually using an eclipse subversion plugin, such as subclipse, or use a shell script to do all the checkouts in one operation, or use the eclipse's Team Project Set.
...