Tellico has transitioned from using KDE’s SVN repository to the GIT repository. The KDE system admins have set up a very nice infrastructure for the new project management. Tellico’s project page is the top-level destination. The repository is available for browsing.

All releases, back to version 0.1 in 2001, are included and tagged, though I doubt the older versions will build. The git history goes all the way back to when Tellico moved into the KDE svn repository. There are no branches yet. I’ll likely work on feature branches before merging them back into HEAD.

To download the source code in development:

git clone git://anongit.kde.org/tellico

Since there are some changes on the master branch, the most stable branch is 2.3.

git checkout 2.3

Then, the directions are the same as shown on the Tellico compilation instructions.

Tellico Has Transitioned From Subversion to Git