Source tarballs:
Source tarballs of tagged versions can be found on our server
http://dl.t2-project.org/source/.
Getting a prebuilt binary CD release:
For major source snapshots, binary releases for selected (primary release)
platforms are available here:
dl.t2-project.org/binary/ master server (HTTP)
Development trunk:
T2 is hosted in a Subversion repository, so you either check it out
via HTTP:
svn co http://svn.exactcode.de/t2/trunk t2-trunk
via HTTP on Port 81 to get around transparent proxies that do not
speak WebDAV:
svn co http://svn.exactcode.de:81/t2/trunk t2-trunk
or, especially when you plan to be able to commit changes, via HTTPS:
svn co https://svn.exactcode.de/t2/trunk t2-trunk
This homepage as well as the T2 SDE handbook are also available, including
write access:
svn co http://svn.exactcode.de/www-t2/trunk www-t2-trunk
svn co http://svn.exactcode.de/t2-handbook/trunk t2-handbook
For more information about Subversion, how to access the ExactCODE
repositories or precompiled Linux binaries visit:
our SVN server.
ChangeLog
We do not maintain a seperated ChangeLog, but use commit messages extensively.
A nicely reformated version is available
online.