You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

You may want to read how the SVN Structure is organized before checking out. Check out the Trunk,_Branches_and_Tags article for more information.

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

Checkout

  1. Ensure Maven is installed
  2. Checkout from SVN
    svn co https://svn.code.sf.net/p/vivo/harvester/harvestersvn/trunk harvester
  3. cd to trunk directory
    cd trunk
  4. Run to build
    mvn clean dependency:copy-dependencies package

Options

  1. Use -DskipTests=true to optionally skip tests while building, ie
    mvn clean dependency:copy-dependencies package -DskipTests=true
  2. You can subsititue checking out trunk for the another branch, ie
    svn co https://svn.code.sf.net/p/vivo/harvester/harvestersvn/branches/branch-name harvester_branch-name
  • No labels