Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The repository is subversion and it is on jumar. The connection url is

Code Block
svn://jumar.lowell.edu

.

Example checkout syntax from command line:

Code Block
bash
bash
$ svn checkout svn://jumar.lowel.edu/edu.lowell.loui.nasa42/trunk edu.lowell.loui.nasa42

...

  • Create /opt/LOUI/nasa42 directory
  • Create the following symlinks in the above directory:
    Code Block
    bash
    bash
    $ ln -s $NASA42_WORKSPACE/edu.lowell.loui.nasa42/external/instrumentConfiguration.xml instrumentConfiguration.xml
    $ ln -s $NASA42_WORKSPACE/edu.lowell.loui.nasa42/external/jndi.properties jndi.properties
    
  • Edit the jndi.properties file 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. The better way to build the workspace is to use Team Project Sets.