Versions Compared

Key

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

...

Welcome to the team, and here are a few pointers to get you started. We're using MS Studio 2008, and all our code is in Subversion. You need to have an account (ask ~don) to get to the Sources.

Check out code

Start by checking out the sources locally:

Code Block
cd [Your Developement Root Dir]
svn co https://repos.deltares.nl/repos/delft-tools/trunk/src/ DelftShell

Build the thing

Build the code by running an MSBuild on the just checked out code:

Code Block

cd DelftShell
build.cmd

Watch the warning messages pass by, or this might actually be a good moment to ask the team if they like another coffee.