Versions Compared

Key

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

...

You may also prefer to use one of the Eclipse plugins for SVN.

Checkout

  1. Ensure Maven is installed
  2. Checkout from SVN

    No Format
    svn co https://svn.code.sf.net/p/vivo/harvester/harvestersvn/trunk harvester
  3. cd to trunk directory

    No Format
    cd trunk
  4. Run to build

    No Format
    mvn clean dependency:copy-dependencies package

Options

  1. Use -DskipTests=true to optionally skip tests while building, ie

    No Format
    mvn clean dependency:copy-dependencies package -DskipTests=true
  2. You can subsititue checking out trunk for the another branch, ie

    No Format
    svn co https://svn.code.sf.net/p/vivo/harvester/harvestersvn/branches/branch-name harvester_branch-name