exploratory phase: identify the software component and learn its development history.
- svn update - svn log -v _filename_ - (if necessary) svn diff -r 123:1000 _filename_
Coordination phase:
checking out the latest source code and any required development tools from inventory.
- svn update - svn checkout _package\_name_
A new version will then be created and checked back into inventory.
- svn commit
After testing and approvals the published view of the new software will be available for download and subscribed users will be notified.
- make _platform_-release