Subversion is the source control system used for Lilina’s development. This is what the real dare-devils use. It may be buggy at times or bring your whole site down, but you get the latest features as soon as we code them. An awesome (free!) book about Subversion is available and is extremely helpful if you ever run into problems. Here’s how to get Lilina from our Subversion repository.
This post assumes that you already have a Subversion client installed. If you need one, we recommend TortoiseSVN for Windows, or Versions for Mac OS X. If you’re really hardcore, we also recommend the official command line Subversion client.
To checkout the latest copy of Lilina, use this checkout command:
svn co http://lilina.googlecode.com/svn/trunk/lilina/
Futher details are available at the Google Code project.