Versions Compared

Key

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

...

To run all unit tests in the release

scons test

Committing changes to a package

cd <package>
svn commit -m "Log message for this commit"

List existing tags for a package

cd <package>
psvn tags

or

psvn tags <package>

Creating new tag for a package

Before you create new tag run 'svn update' command:

cd <package>
svn update
psvn tag V01-02-03

or

svn update <package>
psvn -p <package> tag V01-02-03