Subversion

In addition to our regular point releases, Tarski offers a Subversion code repository hosted by Google Code. The current stable branch is Tarski 2.0, which you can check out with this command:

svn co http://tarski.googlecode.com/svn/branches/2.0/ tarski

The repository also hosts point releases, translations and extras like templates and plugins. Commits are automatically logged in the Tarski Google Group.

Those wishing to live on the bleeding edge of Tarski development can opt to check out the latest development version from the trunk.

svn co http://tarski.googlecode.com/svn/trunk/ tarski

Don’t use the development build on a production site! Things can be (and often are) broken as we work on them.

Read more about Subversion on the project’s website. The free online book Version Control with Subversion is also an excellent resource.