Development Workstation
Here we describe how we setup our workstation for development work. The following applies to Ubuntu 8.04 “Hardy Heron”.
UML Modeling Program
We start with the UML (Unified Modeling Language) modelling program BOUML (http://bouml.free.fr/)
$ sudo apt-get install bouml bouml-plugouts-src
Subversion Advanced Version Control System
Then we install various subversion tools:
$ sudo apt-get install subversion subversion-tools
There is also choice of GUI-Clients for subversion:
$ sudo apt-get install rapidsvn svn-workbench tkdiff tkcvs
More about Subversion can be found on http://subversion.tigris.org/
