1.1. Getting Uttk Sources
1.2 Getting Subversion

Subversion (SVN) is a powerful version control system.
It is available for many systems and can be reached at: subversion.tigris.org
1.3 How to browse the repository?
There is a Collaboa service at dev.uttk.org, it contains many information like tickets, milstones… and you can browse it directly here dev.uttk.org/repository/browse.
1.4 How to check out it?
After getting subversion just type this command:
svn checkout svn://svn.feydakins.org/uttk/trunk uttk1.5 How to get a specific release (tags)?
With Subversion releases are generally marked with tags:
- You can list all Uttk tags:
- with this command:
svn list svn://svn.feydakins.org/uttk/tags - using Collaboa:
- with this command:
- To fetch one (uttk-0.3 for example):
1.6 Using SVK
More information about SVK can be found here: svk.elixus.org.
To get uttk sources using SVK you can start with our bootstrap file:
1. download the dumpfile
http://uttk.org/download/uttk-bootstrap.dump.bz2
2. create a svk repository
svk depotmap uttk ~/.svk/uttk3. load the dumpfile into the repository
bzcat project-bootstrap.dump.bz2 | svnadmin load —ignore-uuid ~/.svk/uttkThe “—ignore-uuid” is very important, otherwise merge tracking will get very screwed up.