Skip to content

Clone & Build legacy SPAR locally

Ricardo Campos edited this page Apr 2, 2024 · 3 revisions

This page aims to help you clone and build legacy SPAR locally.

Requirements for cloning

Clonining steps

  • Using the repo url (http://repositories.nrs.gov.bc.ca/pub/svn/spar/trunk/) run this command:
git svn clone --id <idir-username> http://repositories.nrs.gov.bc.ca/pub/svn/spar/trunk/ spar-svn

This will clone the entire trunk to the spar-svn directory. Replace with your IDIR username.

If everything went well, you will see java file names rolling up on your screen. After 15 minutes, more or less, it should finish. This is what it looks like on my computer:

image

Now we have the codebase, you can go ahead start building.

Requirements for building

Here

Building steps

Here

Clone this wiki locally