Versions Compared

Key

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

...

This sections lists several typical tasks that users and developers will perform frequently.It implies that the LUSI SIT environment has already been setup as explained in Environment setup.

...

To switch to "newest" release:

lusisit_setup newest

To switch to a numbered release and use debug build:

lusisit_setup 1.2.3 debdbg

To use debug build

lusisit_setup debdbg

Creating test release based on some numbered release

cd <test-area>
newrel 1.2.3 test-1.2.3
cd test-1.2.3
lusi sit_setup

Check out package from repository

...

Create new package in Subversion

lusvn psvn newpkg MyNewPackage

and check it out

...