Typo-Current

You can check out the latest version from subversion. Don't be scared. Typo has great test coverage which keeps everything running stable. In fact there are as many typo blogs running from trunk as there are running from stable releases. Trunk is currently considered unstable. Use the 4.1 branch instead if you want to run off of svn.

svn checkout http://svn.typosphere.org/typo/branches/release_4_1_x typo

instead of

 svn checkout http://svn.typosphere.org/typo/trunk typo

to determine the typo version in the trunk

svn info http://svn.typosphere.org/typo/trunk

to determine the typo version that you are running on your machine

svnversion . /typo/trunk

In future you will be able to update to the latest version using

 svn update

Please also have a look at the PatchingGuide in case you want to submit your changes back to the project!

FYI if you need to switch an existing "leetsoft" svn installation you can use

svn switch --relocate svn://leetsoft.com/typo/trunk  http://svn.typosphere.org/typo/trunk

FYI2 if you need to switch an existing "leetsoft" SVK mirror the following will work (via Patrick Lenz typo-mailing list)

svk mirror --relocate //typo/trunk http://svn.typosphere.org/typo/trunk

Please do note that these versions require rails 1.1 (which is included through the magic of svn:externals) and Rake 0.7 (which isn't and I don't think it can be).

What's new in the Trunk?

I've stubbed out a NewInTheTrunk page with information on what's new in the current version of typo. Hopefully it will become more informative over time.

Need help installing Typo?